diff options
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/rest-params-lazy-parsing.js')
-rw-r--r-- | deps/v8/test/mjsunit/harmony/rest-params-lazy-parsing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/harmony/rest-params-lazy-parsing.js b/deps/v8/test/mjsunit/harmony/rest-params-lazy-parsing.js index b50a990f5c..2042a27f6b 100644 --- a/deps/v8/test/mjsunit/harmony/rest-params-lazy-parsing.js +++ b/deps/v8/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) { |