compiler: remove debug PrintOps() from tests

This commit is contained in:
Evgenii Stratonikov 2020-08-24 11:59:07 +03:00
parent 0f11116040
commit 931dc6c64f

View file

@ -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) {