| Index: test/mjsunit/harmony/async-function-debug-scopes.js
|
| diff --git a/test/mjsunit/harmony/async-function-debug-scopes.js b/test/mjsunit/harmony/async-function-debug-scopes.js
|
| index 3d72549d2ac7b9d64ce500187a72dee21121c68e..b9b92841e7f2ec2dad1258103f3739b7b9d3d42f 100644
|
| --- a/test/mjsunit/harmony/async-function-debug-scopes.js
|
| +++ b/test/mjsunit/harmony/async-function-debug-scopes.js
|
| @@ -6,8 +6,6 @@
|
|
|
| var Debug = debug.Debug;
|
|
|
| -var AsyncFunction = (async function() {}).constructor;
|
| -
|
| async function thrower() { throw 'Exception'; }
|
|
|
| async function test(name, func, args, handler, continuation) {
|
|
|