Index: test/mjsunit/harmony/regexp-property-blocks.js |
diff --git a/test/mjsunit/harmony/regexp-property-blocks.js b/test/mjsunit/harmony/regexp-property-blocks.js |
index f41c06e4eb2e2776367f0fa8560bc91a1dfc2e01..de3fd1e276ffe6f5ba2689aa12d108521105f8b8 100644 |
--- a/test/mjsunit/harmony/regexp-property-blocks.js |
+++ b/test/mjsunit/harmony/regexp-property-blocks.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)); } |