Skip to content

Commit

Permalink
use debug format
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Dec 11, 2023
1 parent fbbf8d7 commit 6390a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fn compile_success_empty_{test_name}() {{
// `compile_success_empty` tests should be able to compile down to an empty circuit.
let json: serde_json::Value = serde_json::from_slice(&output.stdout).unwrap_or_else(|| {{
panic!("JSON was not well-formatted {{}}",output.stdout)
panic!("JSON was not well-formatted {{:?}}",output.stdout)
}});
let num_opcodes = &json["programs"][0]["acir_opcodes"];
assert_eq!(num_opcodes.as_u64().unwrap(), 0);
Expand Down

0 comments on commit 6390a7e

Please sign in to comment.