Skip to content

Commit

Permalink
Fix codegen test.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Feb 1, 2024
1 parent dd5dc1f commit e26b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/src/test/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ mod generate_tests {
#[inline(always)]
pub fn rhai_module_generate() -> Module {
let mut m = Module::new();
_m.set_doc("/// This is the one_fn module!\n/** block doc-comment\n * multi-line\n */\n/// Another line!\n/// Final line!");
m.set_doc("/// This is the one_fn module!\n/** block doc-comment\n * multi-line\n */\n/// Another line!\n/// Final line!");
rhai_generate_into_module(&mut m, false);
m.build_index();
m
Expand Down

0 comments on commit e26b6fc

Please sign in to comment.