| Index: test/mjsunit/es6/unicode-regexp-ignore-case.js
|
| diff --git a/test/mjsunit/harmony/unicode-regexp-ignore-case.js b/test/mjsunit/es6/unicode-regexp-ignore-case.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/unicode-regexp-ignore-case.js
|
| rename to test/mjsunit/es6/unicode-regexp-ignore-case.js
|
| index 291b8662ffcb6360703c8e9a3b2a45f93bffcdd9..dd02ca9d32d2cfb23759369a81bb23232500fd12 100644
|
| --- a/test/mjsunit/harmony/unicode-regexp-ignore-case.js
|
| +++ b/test/mjsunit/es6/unicode-regexp-ignore-case.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-unicode-regexps
|
| -
|
| // Non-unicode use toUpperCase mappings.
|
| assertFalse(/[\u00e5]/i.test("\u212b"));
|
| assertFalse(/[\u212b]/i.test("\u00e5\u1234"));
|
|
|