Skip to content

Commit

Permalink
Update test_programs/execution_success/global_var_regression_simple/s…
Browse files Browse the repository at this point in the history
…rc/main.nr
  • Loading branch information
vezenovm authored Jan 8, 2025
1 parent faeb30f commit 2322cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ fn dummy_again(x: Field, y: Field) {
acc += EXPONENTIATE[i][j];
}
}
// assert(!acc.lt(x));
assert(!acc.lt(x));
assert(x != y);
}

0 comments on commit 2322cb6

Please sign in to comment.