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

Unified Diff: test/mjsunit/modules-preparse.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
« no previous file with comments | « test/mjsunit/lazy-inner-functions.js ('k') | test/mjsunit/preparse-toplevel-strict-eval.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/modules-preparse.js
diff --git a/test/mjsunit/modules-preparse.js b/test/mjsunit/modules-preparse.js
index 6006ab23063fc57f68f67183d489ce7fd344de91..d5922bb1aa4a5ccceef627e6e1f2fb3460a451db 100644
--- a/test/mjsunit/modules-preparse.js
+++ b/test/mjsunit/modules-preparse.js
@@ -3,7 +3,6 @@
// found in the LICENSE file.
//
// MODULE
-// Flags: --min-preparse-length=0
let foo = 42;
function testFoo(x) { assertEquals(x, foo); }
« no previous file with comments | « test/mjsunit/lazy-inner-functions.js ('k') | test/mjsunit/preparse-toplevel-strict-eval.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698