Index: test/mjsunit/eagerly-parsed-lazily-compiled-functions.js |
diff --git a/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js b/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js |
index edc14430ea5b4935dc2b52bc218e44d2e72dc269..9dfb71ba34b8d093c6df9706278831a6da40c306 100644 |
--- a/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js |
+++ b/test/mjsunit/eagerly-parsed-lazily-compiled-functions.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 |
- |
// The test functions in this file will be eagerly compiled. The functions |
// inside will be eagerly parsed but lazily compiled. |