Index: test/mjsunit/harmony/regexp-property-special.js |
diff --git a/test/mjsunit/harmony/regexp-property-special.js b/test/mjsunit/harmony/regexp-property-special.js |
index 99ffe074983c72f7e6a7130581401a29550b4d91..204b77fb231750b5c6bb72dafe07a79360ea1e5e 100644 |
--- a/test/mjsunit/harmony/regexp-property-special.js |
+++ b/test/mjsunit/harmony/regexp-property-special.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 |
function t(re, s) { assertTrue(re.test(s)); } |
function f(re, s) { assertFalse(re.test(s)); } |