Chromium Code Reviews| Index: test/mjsunit/es6/block-scoping-top-level.js |
| diff --git a/test/mjsunit/es6/block-scoping-top-level.js b/test/mjsunit/es6/block-scoping-top-level.js |
| index a421b4fb4f42965431f48d8a3110ed5d79a5053b..72434ba19e364c4d098f941f526c6a44f0e67b92 100644 |
| --- a/test/mjsunit/es6/block-scoping-top-level.js |
| +++ b/test/mjsunit/es6/block-scoping-top-level.js |
| @@ -2,7 +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'; |
| let xxx = 1; |