| Index: test/mjsunit/es6/debug-promises/reject-uncaught-all.js
|
| diff --git a/test/mjsunit/es6/debug-promises/reject-uncaught-all.js b/test/mjsunit/es6/debug-promises/reject-uncaught-all.js
|
| index beaf1878fef9943721a3659be876bd5e06bebad3..e1144e82276528781426ffcd4f4c79cd1c6f7d6a 100644
|
| --- a/test/mjsunit/es6/debug-promises/reject-uncaught-all.js
|
| +++ b/test/mjsunit/es6/debug-promises/reject-uncaught-all.js
|
| @@ -60,10 +60,7 @@ function testDone(iteration) {
|
| }
|
| }
|
|
|
| - // Run testDone through the Object.observe processing loop.
|
| - var dummy = {};
|
| - Object.observe(dummy, checkResult);
|
| - dummy.dummy = dummy;
|
| + Promise.resolve().then(checkResult);
|
| }
|
|
|
| testDone(0);
|
|
|