Skip to content

Commit

Permalink
Update test with simplified return
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jan 17, 2025
1 parent da1fe6a commit a4ea747
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compiler/noirc_evaluator/src/ssa/opt/defunctionalize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,7 @@ mod tests {
b1():
constrain v0 == Field 3
v8 = call f3(v1) -> u32
jmp b2(v8)
b2(v2: u32):
jmp b4(v2)
jmp b4(v8)
b3():
v10 = call f2(v1) -> u32
jmp b4(v10)
Expand Down

0 comments on commit a4ea747

Please sign in to comment.