Skip to content

Commit

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

0 comments on commit da7db7b

Please sign in to comment.