Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Wrong test commented#78
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova authored and x-mass committed Apr 29, 2024
1 parent d94a822 commit ff73102
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 ff73102

Please sign in to comment.