Index: test/mjsunit/es6/destructuring-assignment-lazy.js |
diff --git a/test/mjsunit/es6/destructuring-assignment-lazy.js b/test/mjsunit/es6/destructuring-assignment-lazy.js |
index fdae30ec6382e0c1d204d5a59397bdb926259b3e..ac3cbf0f4154d539fec7c8b2d67ae6ac23a09e48 100644 |
--- a/test/mjsunit/es6/destructuring-assignment-lazy.js |
+++ b/test/mjsunit/es6/destructuring-assignment-lazy.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 |
- |
function f() { |
var a, b; |
[ a, b ] = [1, 2]; |