Skip to content

Commit

Permalink
Fix frontend test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Mar 7, 2024
1 parent f19fb75 commit a6b7945
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,7 +81,7 @@ mod test {
&mut context,
program.clone().into_sorted(),
root_file_id,
Vec::new(), // No macro processors
&[], // No macro processors
));
}
(program, context, errors)
Expand Down

0 comments on commit a6b7945

Please sign in to comment.