| Index: test/mjsunit/regress/regress-5036.js
|
| diff --git a/test/mjsunit/regress/regress-5036.js b/test/mjsunit/regress/regress-5036.js
|
| index 036edd949f55994e2e2fe4370ef6b44a088db9ae..77bd242490e9a2e1054b7c51edd11158622e3e3c 100644
|
| --- a/test/mjsunit/regress/regress-5036.js
|
| +++ b/test/mjsunit/regress/regress-5036.js
|
| @@ -2,6 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-unicode-regexps
|
| -
|
| assertEquals(["1\u212a"], /\d\w/ui.exec("1\u212a"));
|
|
|