Skip to content

Commit 409b0a2

Browse files
committed
update test which got broken due to merge
1 parent 06c96b7 commit 409b0a2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/es7/misc_bugs.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ var tests = [
2828
},
2929
{
3030
name: "Await in class body should not crash",
31-
body: function () {
32-
async function trigger(a=class b{
33-
[a = class b{
34-
[await 0](){}
35-
}](){}
36-
}) {
37-
}
38-
39-
trigger();
40-
}
41-
},
42-
{
43-
name: "Await in class body should not crash - 1",
4431
body: function () {
4532
async function trigger() {
4633
a=class b{

0 commit comments

Comments
 (0)