| Index: test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js
|
| diff --git a/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js b/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js
|
| index 6e760fcb17cedc5f9a8aa685ca2484a13ab563fb..478603e746dbf4a8d70fccebfd118e71c2b90394 100644
|
| --- a/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js
|
| +++ b/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.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-rest-parameters --harmony-arrow-functions
|
| +// Flags: --harmony-rest-parameters
|
| // Flags: --min-preparse-length=0
|
|
|
| (function testRestIndex() {
|
|
|