diff --git a/test/annexB/built-ins/RegExp/named-groups/groups-object.js b/test/annexB/built-ins/RegExp/named-groups/groups-object.js index acd68c8712..80eb0cd27f 100644 --- a/test/annexB/built-ins/RegExp/named-groups/groups-object.js +++ b/test/annexB/built-ins/RegExp/named-groups/groups-object.js @@ -3,7 +3,6 @@ /*--- description: Properties of the groups object are created with CreateDataProperty -includes: [propertyHelper.js] esid: sec-regexpbuiltinexec features: [regexp-named-groups] info: |