Skip to content

Commit

Permalink
chore(nargo): Make test names unique between ssa refactor and regular…
Browse files Browse the repository at this point in the history
… ssa tests (#1490)

give tests a unique name across ssa refactor and regular ssa tests
  • Loading branch information
kevaundray authored Jun 9, 2023
1 parent 2cb87dc commit 76a3def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn generate_tests(test_file: &mut File, experimental_ssa: bool) {
r#"
{exclude_macro}
#[test]
fn prove_and_verify_{test_name}() {{
fn prove_and_verify_{test_sub_dir}_{test_name}() {{
let test_program_dir = PathBuf::from("{test_dir}");
let verified = std::panic::catch_unwind(|| {{
Expand Down

0 comments on commit 76a3def

Please sign in to comment.