| Index: test/mjsunit/es6/regress/regress-4400.js
|
| diff --git a/test/mjsunit/es6/regress/regress-4400.js b/test/mjsunit/es6/regress/regress-4400.js
|
| index 98ad269bfb8b6a4938724498c85a7f003521791f..ab33148bb60df102a05ec4bb8244b9f75bdf0c41 100644
|
| --- a/test/mjsunit/es6/regress/regress-4400.js
|
| +++ b/test/mjsunit/es6/regress/regress-4400.js
|
| @@ -2,7 +2,5 @@
|
| // 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 borked(a = [], b = {}, c) {}
|
| borked();
|
|
|