Index: test/mjsunit/preparse-toplevel-strict-eval.js |
diff --git a/test/mjsunit/preparse-toplevel-strict-eval.js b/test/mjsunit/preparse-toplevel-strict-eval.js |
index 6d99ac755e35d097cef9fa5334151afee9320ce1..b99507b34f9fe7117add1bc67509faccf1bd6faa 100644 |
--- a/test/mjsunit/preparse-toplevel-strict-eval.js |
+++ b/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"); |