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