From 04bed3719698c6d10dbf451e97f44769c1a83b05 Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Wed, 5 Jun 2024 11:39:03 +0000 Subject: [PATCH] chore: remove stale comment --- tooling/nargo_cli/build.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tooling/nargo_cli/build.rs b/tooling/nargo_cli/build.rs index 53c3966cb4c..9a787a68762 100644 --- a/tooling/nargo_cli/build.rs +++ b/tooling/nargo_cli/build.rs @@ -243,9 +243,6 @@ fn generate_compile_success_empty_tests(test_file: &mut File, test_data_dir: &Pa #[test] fn compile_success_empty_{test_name}() {{ - // We use a mocked backend for this test as we do not rely on the returned circuit size - // but we must call a backend as part of querying the number of opcodes in the circuit. - let test_program_dir = PathBuf::from("{test_dir}"); let mut cmd = Command::cargo_bin("nargo").unwrap(); cmd.arg("--program-dir").arg(test_program_dir);