native/std: add memoryCompare method

This commit is contained in:
Evgeniy Stratonikov 2021-04-30 15:02:44 +03:00
parent 82a6c3266c
commit 978f4dfbc5
4 changed files with 57 additions and 0 deletions

View file

@ -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}"}},
})
}