Skip to content

Commit

Permalink
chore: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jun 5, 2024
1 parent 967c0fa commit 04bed37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tooling/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 04bed37

Please sign in to comment.