diff --git a/tooling/nargo_cli/build.rs b/tooling/nargo_cli/build.rs index af8efd77d70..3789595aa26 100644 --- a/tooling/nargo_cli/build.rs +++ b/tooling/nargo_cli/build.rs @@ -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",