| Index: test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
|
| diff --git a/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js b/test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js
|
| rename to test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
|
| index 478603e746dbf4a8d70fccebfd118e71c2b90394..05e92b6ed65a981db426c73d5e040296562b0cc1 100644
|
| --- a/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js
|
| +++ b/test/mjsunit/es6/arrow-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 testRestIndex() {
|
|
|