| Index: test/mjsunit/es6/regress/regress-4160.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-4160.js b/test/mjsunit/es6/regress/regress-4160.js
|
| similarity index 92%
|
| rename from test/mjsunit/harmony/regress/regress-4160.js
|
| rename to test/mjsunit/es6/regress/regress-4160.js
|
| index b02daeed40f730419741204684b4f24c00d235ac..d5dd27022d89d13a7fc0c5ae3f69cbdcb628201a 100644
|
| --- a/test/mjsunit/harmony/regress/regress-4160.js
|
| +++ b/test/mjsunit/es6/regress/regress-4160.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-arrow-functions --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| (function(x) {
|
| (function(x) {
|
|
|