| Index: test/mjsunit/harmony/regexp-property-general-category.js
|
| diff --git a/test/mjsunit/harmony/regexp-property-general-category.js b/test/mjsunit/harmony/regexp-property-general-category.js
|
| index 03a526844dd7b7809e2a2e4560b0455da8a390a6..e4fb8b5232de868c67d27945a0b8e7a60c857a0d 100644
|
| --- a/test/mjsunit/harmony/regexp-property-general-category.js
|
| +++ b/test/mjsunit/harmony/regexp-property-general-category.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 --harmony-unicode-regexps
|
| +// Flags: --harmony-regexp-property
|
|
|
| assertThrows("/\\p/u");
|
| assertThrows("/\\p{garbage}/u");
|
|
|