summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js')
-rw-r--r--deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js b/deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js
index 56b9c5eb8c..0a0b951bd9 100644
--- a/deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js
+++ b/deps/v8/test/mjsunit/es6/unicode-regexp-backrefs.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-regexp-lookbehind
-
// Back reference does not end in the middle of a surrogate pair.
function replace(string) {
return string.replace(/L/g, "\ud800")