Skip to content

Commit

Permalink
Remove stale TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
anaPerezGhiglia committed Aug 9, 2024
1 parent 5ef8e84 commit 38b58e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tooling/nargo_cli/src/cli/test_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ fn run_test<S: BlackBoxFunctionSolver<FieldElement> + Default>(
Ok(compiled_program) => {
let runner = TestRunner::default();

// TODO: Run debugger
let fuzzer = FuzzedExecutor::new(compiled_program.into(), runner);

Check warning on line 209 in tooling/nargo_cli/src/cli/test_cmd.rs

View workflow job for this annotation

GitHub Actions / Code

Unknown word (fuzzer)

let result = fuzzer.fuzz();

Check warning on line 211 in tooling/nargo_cli/src/cli/test_cmd.rs

View workflow job for this annotation

GitHub Actions / Code

Unknown word (fuzzer)
Expand Down

0 comments on commit 38b58e7

Please sign in to comment.