good morning!!!!

Skip to content
Snippets Groups Projects
Commit a7f4ade7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Fixed tests

parent 1e985f98
No related branches found
No related tags found
No related merge requests found
......@@ -77,11 +77,7 @@ func RunVmTest(p string, t *testing.T) {
tests := make(map[string]VmTest)
helper.CreateFileTests(t, p, &tests)
helper.Logger.SetLogLevel(5)
for name, test := range tests {
if name != "CallRecursiveBomb0" {
continue
}
statedb := state.New(helper.NewTrie())
for addr, account := range test.Pre {
obj := StateObjectFromAccount(addr, account)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment