Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Sep 17, 2024
1 parent 2b9e149 commit c5697da
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 @@ -2931,7 +2931,7 @@ fn incorrect_generic_count_on_struct_impl() {
fn incorrect_generic_count_on_type_alias() {
let src = r#"
struct Foo {}
type Bar = Foo<i32>;
pub type Bar = Foo<i32>;
fn main() {}
"#;

Expand Down

0 comments on commit c5697da

Please sign in to comment.