Skip to content

Commit

Permalink
ensure all operand sizes are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed May 5, 2023
1 parent 9a8225e commit a7114c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ TYPED_TEST(LogicTest, TestCorrectLogic)

auto composer = Composer();
for (size_t i = 8; i < 248; i += 8) {
run_test(8, composer);
run_test(i, composer);
}
auto prover = composer.create_prover();
plonk::proof proof = prover.construct_proof();
Expand Down

0 comments on commit a7114c8

Please sign in to comment.