Skip to content

Commit

Permalink
v2 #300
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Feb 29, 2024
1 parent c7fc15a commit 327f78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/systems/plonk/placeholder/placeholder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ struct placeholder_kzg_test_fixture_v2 : public test_initializer {
BOOST_AUTO_TEST_SUITE(placeholder_circuit2_kzg_v2)

using TestFixtures = boost::mpl::list<
placeholder_kzg_test_fixture<
placeholder_kzg_test_fixture_v2<
algebra::curves::bls12<381>,
hashes::keccak_1600<256>,
hashes::keccak_1600<256>,
Expand Down Expand Up @@ -1514,7 +1514,7 @@ BOOST_AUTO_TEST_SUITE(placeholder_circuit2_kzg_v2)
usable_rows_t,
permutation_t, true>
*/
, placeholder_kzg_test_fixture<
, placeholder_kzg_test_fixture_v2<
algebra::curves::mnt6_298,
hashes::keccak_1600<256>,
hashes::keccak_1600<256>,
Expand Down

0 comments on commit 327f78f

Please sign in to comment.