Commit bacd0db4 authored by gsathya's avatar gsathya Committed by Commit bot

[mjsunit] remove unnecessary AsyncFunction

Review-Url: https://codereview.chromium.org/2405173005
Cr-Commit-Position: refs/heads/master@{#40236}
parent f18a9ad7
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment