| Index: test/mjsunit/es6/array-species-constructor.js
|
| diff --git a/test/mjsunit/harmony/array-species-constructor.js b/test/mjsunit/es6/array-species-constructor.js
|
| similarity index 94%
|
| rename from test/mjsunit/harmony/array-species-constructor.js
|
| rename to test/mjsunit/es6/array-species-constructor.js
|
| index d766e09eee058862527bb31b45c90a53be183099..0d888f46ee7cd764b3f896431e1276df5d47b0e6 100644
|
| --- a/test/mjsunit/harmony/array-species-constructor.js
|
| +++ b/test/mjsunit/es6/array-species-constructor.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
|
|
|
|
|