forked from TrueCloudLab/neoneo-go
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:
parent
673e6c84d1
commit
d26758dd31
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue