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