| Index: test/mjsunit/harmony/regexp-property-char-class.js
|
| diff --git a/test/mjsunit/harmony/regexp-property-char-class.js b/test/mjsunit/harmony/regexp-property-char-class.js
|
| index 6162012dc6d0fb3dbdabca78c395b76506dfc487..c70e82676e580a4368946c0cde478bb80623884b 100644
|
| --- a/test/mjsunit/harmony/regexp-property-char-class.js
|
| +++ b/test/mjsunit/harmony/regexp-property-char-class.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-property
|
| +// Flags: --harmony-regexp-property
|
|
|
| assertThrows("/[\\p]/u");
|
| assertThrows("/[\\p{garbage}]/u");
|
|
|