Skip to content

Commit

Permalink
Update cancel_ops
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsonKotovi4 authored Dec 26, 2024
1 parent 3473f39 commit c3db789
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn foo(a: felt252) -> felt252 {
let (a, _arr) = c;
return a;
} else {
cosume(c);
consume(c);
return 1;
}
}
Expand Down Expand Up @@ -242,7 +242,7 @@ End:

blk4:
Statements:
() <- test::cosume(v11)
() <- test::consume(v11)
(v28: core::felt252) <- 1
End:
Return(v28)
Expand Down

0 comments on commit c3db789

Please sign in to comment.