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

Commit f1e3172

Browse files
committed
public input file renamed to #55
1 parent 51be729 commit f1e3172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/placeholder_proof.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ BOOST_FIXTURE_TEST_CASE(proof_marshalling_test, test_initializer){
477477
}
478478

479479
std::ofstream pi_stream;
480-
pi_stream.open("circuit2/input.json");
480+
pi_stream.open("circuit2/public_input.json");
481481
pi_stream << "[" << std::endl;
482482
for(std::size_t i = 0; i <= max_non_zero; i++ ){
483483
if( i != 0 ) pi_stream << "," << std::endl;
@@ -844,4 +844,4 @@ BOOST_FIXTURE_TEST_CASE(proof_marshalling_test, test_initializer) {
844844
test_placeholder_proof<Endianness, placeholder_proof<field_type, lpc_placeholder_params_type>>(proof);
845845
}
846846
}
847-
BOOST_AUTO_TEST_SUITE_END()
847+
BOOST_AUTO_TEST_SUITE_END()

0 commit comments

Comments
 (0)