improve test for #2689

This commit is contained in:
alexlamsl 2017-12-30 14:53:17 +08:00
parent 725aac8b46
commit 1b2a8de33f

View File

@ -209,9 +209,5 @@ issue_2689: {
return new t();
}
}
expect: {
function* y() {
return new (yield x());
}
}
expect_exact: "function*y(){return new(yield x())}"
}