| Index: test/mjsunit/harmony/rest-params-lazy-parsing.js
|
| diff --git a/test/mjsunit/harmony/rest-params-lazy-parsing.js b/test/mjsunit/harmony/rest-params-lazy-parsing.js
|
| index b50a990f5c5aaa0a0e32cba9c6c4f0027e4c59b6..2042a27f6bfd015ce683a1afe56ff537b13f8ffb 100644
|
| --- a/test/mjsunit/harmony/rest-params-lazy-parsing.js
|
| +++ b/test/mjsunit/harmony/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 variadic(co, ...values) {
|
|
|