Skip to content

Commit

Permalink
Wrong arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed May 9, 2024
1 parent e9e69f4 commit d7d91ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ pub(crate) fn get_program(src: &str) -> (ParsedModule, Context, Vec<(Compilation
&mut context,
program.clone().into_sorted(),
root_file_id,
&[], // No macro processors
false,
&[], // No macro processors
));
}
(program, context, errors)
Expand Down

0 comments on commit d7d91ae

Please sign in to comment.