| Index: test/mjsunit/es6/unicode-character-ranges.js
|
| diff --git a/test/mjsunit/harmony/unicode-character-ranges.js b/test/mjsunit/es6/unicode-character-ranges.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/unicode-character-ranges.js
|
| rename to test/mjsunit/es6/unicode-character-ranges.js
|
| index e4f5247c1574c0dc7adcfcb209f5088e9f435715..f39004fe973eebdf9678c855c7ce5f848e0d707d 100644
|
| --- a/test/mjsunit/harmony/unicode-character-ranges.js
|
| +++ b/test/mjsunit/es6/unicode-character-ranges.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
|
|
|
| function execl(expectation, regexp, subject) {
|
| if (regexp instanceof String) regexp = new RegExp(regexp, "u");
|
|
|