Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 17, 2025
1 parent f206178 commit 939cf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/defunctionalize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ mod tests {
v2 = add v0, u32 1
return v2
}
brillig(inline) fn apply f4 {
brillig(inline_always) fn apply f4 {
b0(v0: Field, v1: u32):
v4 = eq v0, Field 2
jmpif v4 then: b2, else: b1
Expand Down

0 comments on commit 939cf84

Please sign in to comment.