diff options
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/unicode-escapes-in-regexps.js')
-rw-r--r-- | deps/v8/test/mjsunit/harmony/unicode-escapes-in-regexps.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/harmony/unicode-escapes-in-regexps.js b/deps/v8/test/mjsunit/harmony/unicode-escapes-in-regexps.js index 895e0c6722..7ea6f62990 100644 --- a/deps/v8/test/mjsunit/harmony/unicode-escapes-in-regexps.js +++ b/deps/v8/test/mjsunit/harmony/unicode-escapes-in-regexps.js @@ -4,7 +4,7 @@ // ES6 extends the \uxxxx escape and also allows \u{xxxxx}. -// Flags: --harmony-unicode-regexps --harmony-regexps +// Flags: --harmony-unicode-regexps function testRegexpHelper(r) { assertTrue(r.test("foo")); |