Skip to content

Commit

Permalink
ensure all operand sizes are tested (AztecProtocol/barretenberg#432)
Browse files Browse the repository at this point in the history
Co-authored-by: maramihali <mara@aztecprotocol.com>
  • Loading branch information
maramihali and maramihali authored May 5, 2023
1 parent f258cc4 commit c62ad6e
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 c62ad6e

Please sign in to comment.