| Index: test/mjsunit/regress/regress-crbug-615774.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-613905.js b/test/mjsunit/regress/regress-crbug-615774.js
|
| similarity index 81%
|
| copy from test/mjsunit/regress/regress-crbug-613905.js
|
| copy to test/mjsunit/regress/regress-crbug-615774.js
|
| index 8bb38c9b9d1d0ed119ae29f04334541fcc336313..ea5e67513e65689dde0648cb03b42ce15e85dca0 100644
|
| --- a/test/mjsunit/regress/regress-crbug-613905.js
|
| +++ b/test/mjsunit/regress/regress-crbug-615774.js
|
| @@ -6,6 +6,6 @@ Error.prepareStackTrace = (e,s) => s;
|
| var CallSiteConstructor = Error().stack[0].constructor;
|
|
|
| try {
|
| - (new CallSiteConstructor(3, 6)).toString();
|
| + (new CallSiteConstructor(CallSiteConstructor, 6)).toString();
|
| } catch (e) {
|
| }
|
|
|