We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f806b66 commit 7738322Copy full SHA for 7738322
1 file changed
tooling/provekit-bench/tests/compiler.rs
@@ -111,7 +111,7 @@ fn test_public_input_binding_exploit() {
111
112
// Prove honestly (a=5, b=3 → result = (5+3)*(5-3) = 16)
113
let mut proof = prover
114
- .prove(&witness_file_path)
+ .prove_with_toml(&witness_file_path)
115
.expect("While proving Noir program statement");
116
117
// Sanity: honest proof should verify
0 commit comments