Chromium Code Reviews| Index: test/mjsunit/es6/classes-lazy-parsing.js |
| diff --git a/test/mjsunit/es6/classes-lazy-parsing.js b/test/mjsunit/es6/classes-lazy-parsing.js |
| index c1bf31da2d598954397a9b3351e4d31522fdd244..6f5ce47ed62c01f531497e81abaa3ea91566e0c5 100644 |
| --- a/test/mjsunit/es6/classes-lazy-parsing.js |
| +++ b/test/mjsunit/es6/classes-lazy-parsing.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'; |
| class Base { |