Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljklein committed Jan 21, 2025
1 parent 21810b9 commit d1536d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_frontend/src/tests/metaprogramming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ fn comptime_code_rejects_dynamic_variable() {
}"#;
let errors = get_program_errors(src);


assert_eq!(errors.len(), 1);
match &errors[0].0 {
CompilationError::InterpreterError(InterpreterError::NonComptimeVarReferenced {
Expand Down

0 comments on commit d1536d5

Please sign in to comment.