Skip to content

Commit

Permalink
Add test back
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Nov 7, 2024
1 parent acb3d21 commit 4c25db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pilopt/tests/optimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ fn handle_array_references_in_prover_functions() {
// non-trivial constraint so that `x[0]` does not get removed.
x[0]' = x[0] + 1;
{
let intermediate = x[0] + 1;
query |i| {
Expand Down

0 comments on commit 4c25db9

Please sign in to comment.