Skip to content

Commit

Permalink
fix compile error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
anaPerezGhiglia committed Aug 7, 2024
1 parent 9eacfe6 commit c36f131
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tooling/nargo_cli/src/cli/dap_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@ fn load_and_compile_test_function(
check_crate(
&mut context,
crate_id,
compile_options.deny_warnings,
compile_options.disable_macros,
compile_options.debug_comptime_in_file.as_deref(),
compile_options,
)
.expect("Any errors should have occurred when collecting test functions");

Expand Down

0 comments on commit c36f131

Please sign in to comment.