aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js')
-rw-r--r--deps/v8/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js b/deps/v8/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js
index edc14430ea..9dfb71ba34 100644
--- a/deps/v8/test/mjsunit/eagerly-parsed-lazily-compiled-functions.js
+++ b/deps/v8/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.