| Index: test/mjsunit/es6/array-species-constructor-accessor.js
|
| diff --git a/test/mjsunit/harmony/array-species-constructor-accessor.js b/test/mjsunit/es6/array-species-constructor-accessor.js
|
| similarity index 94%
|
| rename from test/mjsunit/harmony/array-species-constructor-accessor.js
|
| rename to test/mjsunit/es6/array-species-constructor-accessor.js
|
| index 4c852f06f0009405b02cc7dbb5ea0c1601737f9b..7ebf328a8abf5dfb6126d5b79f63e94a750859cd 100644
|
| --- a/test/mjsunit/harmony/array-species-constructor-accessor.js
|
| +++ b/test/mjsunit/es6/array-species-constructor-accessor.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-species --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| // Overwriting the constructor of an instance updates the protector
|
|
|
|
|