mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-05 23:55:11 +00:00
native/std: add memoryCompare
method
This commit is contained in:
parent
82a6c3266c
commit
978f4dfbc5
4 changed files with 57 additions and 0 deletions
|
@ -228,6 +228,7 @@ func TestNativeHelpersCompile(t *testing.T) {
|
|||
{"itoa10", []string{"4"}},
|
||||
{"atoi", []string{`"4"`, "10"}},
|
||||
{"atoi10", []string{`"4"`}},
|
||||
{"memoryCompare", []string{"[]byte{1}", "[]byte{2}"}},
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue