Skip to content

Commit

Permalink
ensure at least one acir opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljklein committed Feb 1, 2024
1 parent cf9221b commit d173f0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main(x: Field) {
assert(*x1 == 44);
set_x1(*x1);
assert(*x1 == 44);
assert(x == x);
assert(x == 42);
}

#[test]
Expand Down

0 comments on commit d173f0c

Please sign in to comment.