Skip to content

Commit 7738322

Browse files
committed
chore: test suite
1 parent f806b66 commit 7738322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tooling/provekit-bench/tests/compiler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn test_public_input_binding_exploit() {
111111

112112
// Prove honestly (a=5, b=3 → result = (5+3)*(5-3) = 16)
113113
let mut proof = prover
114-
.prove(&witness_file_path)
114+
.prove_with_toml(&witness_file_path)
115115
.expect("While proving Noir program statement");
116116

117117
// Sanity: honest proof should verify

0 commit comments

Comments
 (0)