Skip to content

Commit

Permalink
Fix test_gen incorrect macro invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
smores56 committed Oct 26, 2024
1 parent 346a2d9 commit 497c641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/compiler/test_gen/src/gen_return.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fn early_return_solo() {
"#,
RocStr::from("abc"),
RocStr,
crate::helpers::llvm::identity,
true
);

Expand All @@ -109,6 +110,7 @@ fn early_return_solo() {
"#,
123,
i64,
crate::helpers::llvm::identity,
true
);
}

0 comments on commit 497c641

Please sign in to comment.