Index: test/mjsunit/es6/unicode-regexp-backrefs.js |
diff --git a/test/mjsunit/harmony/unicode-regexp-backrefs.js b/test/mjsunit/es6/unicode-regexp-backrefs.js |
similarity index 96% |
rename from test/mjsunit/harmony/unicode-regexp-backrefs.js |
rename to test/mjsunit/es6/unicode-regexp-backrefs.js |
index e02301be1ebb010604e27d6d29d8dc1964ad868d..56b9c5eb8cb3059680e43d2bd6046675e1229f52 100644 |
--- a/test/mjsunit/harmony/unicode-regexp-backrefs.js |
+++ b/test/mjsunit/es6/unicode-regexp-backrefs.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-unicode-regexps --harmony-regexp-lookbehind |
+// Flags: --harmony-regexp-lookbehind |
// Back reference does not end in the middle of a surrogate pair. |
function replace(string) { |