Index: test/mjsunit/es6/regexp-flags.js |
diff --git a/test/mjsunit/es6/regexp-flags.js b/test/mjsunit/es6/regexp-flags.js |
index 480222d95a815b0821a0537d3206464143fce9d5..2bcccfa760509a5be82d6ba8ea1f38a64f0172fb 100644 |
--- a/test/mjsunit/es6/regexp-flags.js |
+++ b/test/mjsunit/es6/regexp-flags.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-unicode-regexps |
- |
var r1 = /abc/gi; |
assertEquals("abc", r1.source); |
assertTrue(r1.global); |