Skip to content

Commit

Permalink
removed also from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Sep 18, 2024
1 parent 2b2685c commit 141049f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/noirc_frontend/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ pub(crate) fn get_program(src: &str) -> (ParsedModule, Context, Vec<(Compilation

let debug_comptime_in_file = None;
let error_on_unused_imports = true;
let macro_processors = &[];

// Now we want to populate the CrateDefMap using the DefCollector
errors.extend(DefCollector::collect_crate_and_dependencies(
Expand All @@ -108,7 +107,6 @@ pub(crate) fn get_program(src: &str) -> (ParsedModule, Context, Vec<(Compilation
root_file_id,
debug_comptime_in_file,
error_on_unused_imports,
macro_processors,
));
}
(program, context, errors)
Expand Down

0 comments on commit 141049f

Please sign in to comment.