Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 22, 2024
1 parent c6834eb commit c3e0a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/inlining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ mod test {
let ssa = builder.finish();
assert_eq!(ssa.functions.len(), 1);

let inlined = ssa.inline_functions();
let inlined = ssa.inline_functions(i64::MAX);
assert_eq!(inlined.functions.len(), 0);
}

Expand Down

0 comments on commit c3e0a02

Please sign in to comment.