Skip to content

Commit 58d95d8

Browse files
committed
Fixed test
1 parent c0d5092 commit 58d95d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

func_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ func TestFuncExport(t *testing.T) {
7676
t.Run("method", func(t *testing.T) {
7777
f("({m() {}}).m", t)
7878
})
79-
80-
t.Run("class", func(t *testing.T) {
81-
f("(class {})", t)
82-
})
8379
}
8480

8581
func TestFuncWrapUnwrap(t *testing.T) {

0 commit comments

Comments
 (0)