summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/preparse-toplevel-strict-eval.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/preparse-toplevel-strict-eval.js')
-rw-r--r--deps/v8/test/mjsunit/preparse-toplevel-strict-eval.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/preparse-toplevel-strict-eval.js b/deps/v8/test/mjsunit/preparse-toplevel-strict-eval.js
index 6d99ac755e..b99507b34f 100644
--- a/deps/v8/test/mjsunit/preparse-toplevel-strict-eval.js
+++ b/deps/v8/test/mjsunit/preparse-toplevel-strict-eval.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
-
"use strict";
var x = 1;
var g = eval("var y = 100; function h(s) { if (s) x = s; return x+y; }; h");