Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 28, 2024
1 parent da7db7b commit add36db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/noirc_frontend/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2430,10 +2430,10 @@ fn use_super() {
mod foo {
use super::some_func;
}
fn main() {
some_func();
fn bar() {
some_func();
}
}
"#;
assert_no_errors(src);
Expand Down

0 comments on commit add36db

Please sign in to comment.