| Index: test/mjsunit/regress/regress-crbug-513472.js
|
| diff --git a/test/message/strict-formal-parameters.js b/test/mjsunit/regress/regress-crbug-513472.js
|
| similarity index 82%
|
| copy from test/message/strict-formal-parameters.js
|
| copy to test/mjsunit/regress/regress-crbug-513472.js
|
| index a6c75317b374e6a06d3497f3812f3f220db3e880..ecfb1a9ab1d85c690a494189c0e644611f4c2c2d 100644
|
| --- a/test/message/strict-formal-parameters.js
|
| +++ b/test/mjsunit/regress/regress-crbug-513472.js
|
| @@ -3,4 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| "use strict";
|
| -function foo(b, a, a, d) { return a }
|
| +this.__proto__ = Error();
|
| +NaN = 1;
|
|
|