| Index: test/mjsunit/es6/no-unicode-regexp-flag.js
|
| diff --git a/test/mjsunit/es6/no-unicode-regexp-flag.js b/test/mjsunit/es6/no-unicode-regexp-flag.js
|
| index 035627c4d4bdd38208ea583e711932f387fd266d..82d070e92d9ae91f2fd703365d6aff1f98458d72 100644
|
| --- a/test/mjsunit/es6/no-unicode-regexp-flag.js
|
| +++ b/test/mjsunit/es6/no-unicode-regexp-flag.js
|
| @@ -7,7 +7,7 @@
|
| // mjsunit/es6/regexp-flags tests that the property is there when the
|
| // flag is on.
|
|
|
| -// Flags: --harmony-regexps --no-harmony-unicode-regexps
|
| +// Flags: --no-harmony-unicode-regexps
|
|
|
| 'use strict';
|
|
|
|
|