Skip to content

Commit

Permalink
Wrong test commented#78
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova committed Apr 26, 2024
1 parent 082a2a1 commit 94ec9af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/transpiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ BOOST_FIXTURE_TEST_CASE(transpiler_test, test_initializer) {
printer.print();
}

// TODO implement for EVM
/*
BOOST_FIXTURE_TEST_CASE(transpiler_test10, test_initializer) {
auto circuit = circuit_test_7<field_type>(test_global_alg_rnd_engine<field_type>, test_global_rnd_engine);
Expand Down Expand Up @@ -791,7 +793,7 @@ BOOST_FIXTURE_TEST_CASE(transpiler_test10, test_initializer) {
15 // lookups inline size threshold
);
printer.print();
}
}*/
BOOST_AUTO_TEST_SUITE_END()

BOOST_AUTO_TEST_SUITE(recursive_circuit1)
Expand Down

0 comments on commit 94ec9af

Please sign in to comment.