Skip to content

Commit

Permalink
Update compiler/noirc_frontend/src/tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored Sep 10, 2024
1 parent 80d6154 commit 5b2fa33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_frontend/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3456,7 +3456,6 @@ fn constrained_reference_to_unconstrained() {
fn comptime_type_in_runtime_code() {
let source = "pub fn foo(_f: FunctionDefinition) {}";
let errors = get_program_errors(source);
eprintln!("{errors:?}");
assert_eq!(errors.len(), 1);
assert!(matches!(
errors[0].0,
Expand Down

0 comments on commit 5b2fa33

Please sign in to comment.