| Index: test/mjsunit/es6/array-concat.js
|
| diff --git a/test/mjsunit/harmony/array-concat.js b/test/mjsunit/es6/array-concat.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/array-concat.js
|
| rename to test/mjsunit/es6/array-concat.js
|
| index cabdf2df0817824015b480c7c2bbebe7bbd79110..ec730db58b11089419896a11eed209998b6fcd16 100644
|
| --- a/test/mjsunit/harmony/array-concat.js
|
| +++ b/test/mjsunit/es6/array-concat.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-concat-spreadable --harmony-proxies --harmony-reflect
|
| +// Flags: --harmony-proxies --harmony-reflect
|
|
|
| (function testArrayConcatArity() {
|
| "use strict";
|
|
|