diff --git a/pkg/compiler/init_test.go b/pkg/compiler/init_test.go index dd74639ad..696e119f2 100644 --- a/pkg/compiler/init_test.go +++ b/pkg/compiler/init_test.go @@ -70,8 +70,6 @@ func TestImportOrder(t *testing.T) { import _ "github.com/nspcc-dev/neo-go/pkg/compiler/testdata/pkg2" import "github.com/nspcc-dev/neo-go/pkg/compiler/testdata/pkg3" func Main() int { return pkg3.A }` - v := vmAndCompile(t, src) - v.PrintOps() eval(t, src, big.NewInt(2)) }) t.Run("2,1", func(t *testing.T) {