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

Unified Diff: test/mjsunit/es6/block-scoping-top-level.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/block-scoping-top-level.js
diff --git a/test/mjsunit/es6/block-scoping-top-level.js b/test/mjsunit/es6/block-scoping-top-level.js
index a421b4fb4f42965431f48d8a3110ed5d79a5053b..72434ba19e364c4d098f941f526c6a44f0e67b92 100644
--- a/test/mjsunit/es6/block-scoping-top-level.js
+++ b/test/mjsunit/es6/block-scoping-top-level.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: --min-preparse-length=0
'use strict';
let xxx = 1;
« no previous file with comments | « test/mjsunit/es6/arrow-rest-params-lazy-parsing.js ('k') | test/mjsunit/es6/block-scoping-top-level-sloppy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698