| Index: test/mjsunit/es6/regress/regress-594084.js
|
| diff --git a/test/mjsunit/es6/regress/regress-594084.js b/test/mjsunit/es6/regress/regress-594084.js
|
| index 4953cc9bb61cef55aaee15a8b6caa739c3416827..2a427eb3d3dc3c8bd53ace1d053a1ffbed54e686 100644
|
| --- a/test/mjsunit/es6/regress/regress-594084.js
|
| +++ b/test/mjsunit/es6/regress/regress-594084.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: --lazy --min-preparse-length=0
|
| (function() {
|
| function CRASH(defaultParameter =
|
| (function() { function functionDeclaration() { return 0; } }())) {
|
|
|