From 76a3defc2013fffa95c23c1a870951172b66c57f Mon Sep 17 00:00:00 2001 From: kevaundray Date: Fri, 9 Jun 2023 13:54:53 +0100 Subject: [PATCH] chore(nargo): Make test names unique between ssa refactor and regular ssa tests (#1490) give tests a unique name across ssa refactor and regular ssa tests --- crates/nargo_cli/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nargo_cli/build.rs b/crates/nargo_cli/build.rs index 06837c79b9b..b30bdbe6a82 100644 --- a/crates/nargo_cli/build.rs +++ b/crates/nargo_cli/build.rs @@ -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(|| {{