vm/tests: restore NEO3 JSON tests

The only skipped RN are ROT.json (see #927) and MEMCPY.json (not a valid
JSON).
This commit is contained in:
Evgenii Stratonikov 2020-05-21 11:27:53 +03:00
parent 673e6c84d1
commit d26758dd31

View file

@ -133,7 +133,6 @@ func testFile(t *testing.T, filename string) {
ut := new(vmUT)
require.NoErrorf(t, json.Unmarshal(data, ut), "file: %s", filename)
return
t.Run(ut.Category+":"+ut.Name, func(t *testing.T) {
isRot := strings.HasSuffix(filename, "ROT.json")