| Index: test/mjsunit/harmony/regexp-property-exact-match.js
|
| diff --git a/test/mjsunit/harmony/regexp-property-exact-match.js b/test/mjsunit/harmony/regexp-property-exact-match.js
|
| index f36ba1d52a0dfa65ca25e5d61de32fadb3efd492..0d1f70459ef9b745b05a22efaba44897dac15255 100644
|
| --- a/test/mjsunit/harmony/regexp-property-exact-match.js
|
| +++ b/test/mjsunit/harmony/regexp-property-exact-match.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{In CJK}/u");
|
| assertThrows("/\\p{InCJKUnifiedIdeographs}/u");
|
|
|