compiler: remove custom logic for util
builtins
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
6fe8f4565d
commit
a92bf281c1
5 changed files with 19 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue