| Index: test/mjsunit/es6/spread-call.js
|
| diff --git a/test/mjsunit/harmony/spread-call.js b/test/mjsunit/es6/spread-call.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/spread-call.js
|
| rename to test/mjsunit/es6/spread-call.js
|
| index 7c19ec1ef14a9fac5306677f98534c4c19956b3e..05e17741d6862886be52ea2abe502bb798716fe8 100644
|
| --- a/test/mjsunit/harmony/spread-call.js
|
| +++ b/test/mjsunit/es6/spread-call.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-spread-calls
|
| -
|
| (function testSpreadCallsStrict() {
|
| "use strict"
|
| function countArgs() { return arguments.length; }
|
|
|