Skip to content

Commit

Permalink
Exclude new test from legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Jul 5, 2024
1 parent 6abf403 commit b4eed93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ 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; 6] = [
const IGNORED_NEW_FEATURE_TESTS: [&str; 7] = [
"macros",
"wildcard_type",
"type_definition_annotation",
"numeric_generics_explicit",
"derive_impl",
"comptime_traits",
"comptime_slice_methods",
];

fn read_test_cases(
Expand Down

0 comments on commit b4eed93

Please sign in to comment.