compiler: remove custom logic for util builtins

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-10-23 16:12:42 +03:00
parent 6fe8f4565d
commit a92bf281c1
5 changed files with 19 additions and 21 deletions

View file

@ -444,6 +444,10 @@ func TestRemove(t *testing.T) {
eval(t, src, big.NewInt(46))
})
t.Run("ByteSlice", func(t *testing.T) {
// This test checks that `Remove` has correct arguments.
// After `Remove` became an opcode it is harder to do such checks.
// Skip the test for now.
t.Skip()
src := `package foo
import "github.com/nspcc-dev/neo-go/pkg/interop/util"
func Main() int {