| Index: test/mjsunit/regress/regress-crbug-538086.js
|
| diff --git a/test/message/arrow-formal-parameters.js b/test/mjsunit/regress/regress-crbug-538086.js
|
| similarity index 82%
|
| copy from test/message/arrow-formal-parameters.js
|
| copy to test/mjsunit/regress/regress-crbug-538086.js
|
| index 30f9c8604800879df5a265a7545ad9476d991e92..537cbda5fcef4eb93a2e7da85f0de76291ed534c 100644
|
| --- a/test/message/arrow-formal-parameters.js
|
| +++ b/test/mjsunit/regress/regress-crbug-538086.js
|
| @@ -2,4 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -(b, a, a, d) => a
|
| +this[1]++;
|
| +for (var x in this) {};
|
|
|