Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: test/mjsunit/es6/arrow-rest-params-lazy-parsing.js

Issue 2513563002: Remove FLAG_min_preparse_length. (Closed)
Patch Set: test262 expectations Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
diff --git a/test/mjsunit/es6/arrow-rest-params-lazy-parsing.js b/test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
index 05e92b6ed65a981db426c73d5e040296562b0cc1..2844069d17d4fd32776f0554dc41886d78914e62 100644
--- a/test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
+++ b/test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --min-preparse-length=0
-
(function testRestIndex() {
assertEquals(5, ((...args) => args.length)(1,2,3,4,5));
assertEquals(4, ((a, ...args) => args.length)(1,2,3,4,5));
« no previous file with comments | « test/mjsunit/eagerly-parsed-lazily-compiled-functions.js ('k') | test/mjsunit/es6/block-scoping-top-level.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698