Browse Source

Fixed test

Dmitry Panov 3 months ago
parent
commit
58d95d85e9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      func_test.go

+ 0 - 4
func_test.go

@@ -76,10 +76,6 @@ func TestFuncExport(t *testing.T) {
 	t.Run("method", func(t *testing.T) {
 	t.Run("method", func(t *testing.T) {
 		f("({m() {}}).m", t)
 		f("({m() {}}).m", t)
 	})
 	})
-
-	t.Run("class", func(t *testing.T) {
-		f("(class {})", t)
-	})
 }
 }
 
 
 func TestFuncWrapUnwrap(t *testing.T) {
 func TestFuncWrapUnwrap(t *testing.T) {