| Index: test/mjsunit/harmony/regexp-property-scripts.js
|
| diff --git a/test/mjsunit/harmony/regexp-property-script-category.js b/test/mjsunit/harmony/regexp-property-scripts.js
|
| similarity index 96%
|
| rename from test/mjsunit/harmony/regexp-property-script-category.js
|
| rename to test/mjsunit/harmony/regexp-property-scripts.js
|
| index b5805b9645a50227c5ccdd5dd5f7aabf188e1545..19b50ee7dbc28a1193e96aea2f8011a1e6d9aec4 100644
|
| --- a/test/mjsunit/harmony/regexp-property-script-category.js
|
| +++ b/test/mjsunit/harmony/regexp-property-scripts.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-regexp-property
|
| +// Flags: --harmony-regexp-property --harmony-unicode-regexps
|
|
|
| function t(re, s) { assertTrue(re.test(s)); }
|
| function f(re, s) { assertFalse(re.test(s)); }
|
|
|