Skip to content

Commit

Permalink
7 -> 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Jul 8, 2024
1 parent ffdf763 commit 3337632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const IGNORED_BRILLIG_TESTS: [&str; 11] = [
/// Certain features are only available in the elaborator.
/// We skip these tests for non-elaborator code since they are not
/// expected to work there. This can be removed once the old code is removed.
const IGNORED_NEW_FEATURE_TESTS: [&str; 7] = [
const IGNORED_NEW_FEATURE_TESTS: [&str; 8] = [
"macros",
"wildcard_type",
"type_definition_annotation",
Expand Down

0 comments on commit 3337632

Please sign in to comment.