summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/named-groups/string-replace-nocaptures.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/named-groups/string-replace-nocaptures.js')
-rw-r--r--test/built-ins/RegExp/named-groups/string-replace-nocaptures.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/named-groups/string-replace-nocaptures.js b/test/built-ins/RegExp/named-groups/string-replace-nocaptures.js
index 76f134cc8..4ae21e7f8 100644
--- a/test/built-ins/RegExp/named-groups/string-replace-nocaptures.js
+++ b/test/built-ins/RegExp/named-groups/string-replace-nocaptures.js
@@ -29,4 +29,3 @@ for (let flags of ["", "u"]) {
assert.sameValue("$<fth>cd", "abcd".replace(re, "$<fth>"));
assert.sameValue("$<a>cd", "abcd".replace(re, "$<$1>"));
}
-