| Index: test/mjsunit/es6/spread-array.js
|
| diff --git a/test/mjsunit/harmony/spread-array.js b/test/mjsunit/es6/spread-array.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/spread-array.js
|
| rename to test/mjsunit/es6/spread-array.js
|
| index 18b72a28c5ab24301625f45c7b5af4979aff6bd6..d112422b7848f3ffd67ec6e136c63c86fc70cda6 100644
|
| --- a/test/mjsunit/harmony/spread-array.js
|
| +++ b/test/mjsunit/es6/spread-array.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-spread-arrays --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| (function TestBasics() {
|
| var a = [1, 2];
|
|
|