Index: test/mjsunit/es6/block-scoping-top-level-sloppy.js |
diff --git a/test/mjsunit/es6/block-scoping-top-level-sloppy.js b/test/mjsunit/es6/block-scoping-top-level-sloppy.js |
index 2a3b903f9ee63d8b8fa8251bce8d7347fed16c91..22d12ea231fa261778002bf2a5fb385684628b98 100644 |
--- a/test/mjsunit/es6/block-scoping-top-level-sloppy.js |
+++ b/test/mjsunit/es6/block-scoping-top-level-sloppy.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 |
- |
let xxx = 1; |
let f = undefined; |
{ |