| Index: test/mjsunit/es6/rest-params-lazy-parsing.js
|
| diff --git a/test/mjsunit/harmony/rest-params-lazy-parsing.js b/test/mjsunit/es6/rest-params-lazy-parsing.js
|
| similarity index 96%
|
| rename from test/mjsunit/harmony/rest-params-lazy-parsing.js
|
| rename to test/mjsunit/es6/rest-params-lazy-parsing.js
|
| index 2042a27f6bfd015ce683a1afe56ff537b13f8ffb..c9b81661dcd7f38d61239773ae13fa219d307987 100644
|
| --- a/test/mjsunit/harmony/rest-params-lazy-parsing.js
|
| +++ b/test/mjsunit/es6/rest-params-lazy-parsing.js
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-rest-parameters
|
| // Flags: --min-preparse-length=0
|
|
|
| function variadic(co, ...values) {
|
|
|