| Index: test/mjsunit/es6/array-species-modified.js
|
| diff --git a/test/mjsunit/harmony/array-species-modified.js b/test/mjsunit/es6/array-species-modified.js
|
| similarity index 94%
|
| rename from test/mjsunit/harmony/array-species-modified.js
|
| rename to test/mjsunit/es6/array-species-modified.js
|
| index 73c52b91a49436d0f63fe3a422524fa7914db700..58feb31669dd43696731544ceb84c8e8a188c135 100644
|
| --- a/test/mjsunit/harmony/array-species-modified.js
|
| +++ b/test/mjsunit/es6/array-species-modified.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 Array[Symbol.species] updates the protector
|
|
|
|
|