| Index: test/mjsunit/es6/unicode-regexp-last-index.js
|
| diff --git a/test/mjsunit/harmony/unicode-regexp-last-index.js b/test/mjsunit/es6/unicode-regexp-last-index.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/unicode-regexp-last-index.js
|
| rename to test/mjsunit/es6/unicode-regexp-last-index.js
|
| index 4a075d4380d59f1fcbee5ac89150a0cb0099491f..67fbac7ef35d6245d7825ce1340b58de008669ea 100644
|
| --- a/test/mjsunit/harmony/unicode-regexp-last-index.js
|
| +++ b/test/mjsunit/es6/unicode-regexp-last-index.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
|
|
|
| var r = /./ug;
|
| assertEquals(["\ud800\udc00"], r.exec("\ud800\udc00\ud801\udc01"));
|
|
|