| Index: test/mjsunit/regress/regress-crbug-401915.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-401915.js b/test/mjsunit/regress/regress-crbug-401915.js
|
| index 9786313227563a066ced58d002a3682b569234c5..67ea19158ea99ec1b1b6dd10af60a2a2858c3d63 100644
|
| --- a/test/mjsunit/regress/regress-crbug-401915.js
|
| +++ b/test/mjsunit/regress/regress-crbug-401915.js
|
| @@ -10,7 +10,7 @@ Debug.setBreakOnException();
|
|
|
| try {
|
| try {
|
| - %DebugPushPromise(new Promise(function() {}), function() {}, function() {});
|
| + %DebugPushPromise(new Promise(function() {}), function() {});
|
| } catch (e) {
|
| }
|
| throw new Error();
|
|
|