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) { ...@@ -77,11 +77,7 @@ func RunVmTest(p string, t *testing.T) {
tests := make(map[string]VmTest) tests := make(map[string]VmTest)
helper.CreateFileTests(t, p, &tests) helper.CreateFileTests(t, p, &tests)
helper.Logger.SetLogLevel(5)
for name, test := range tests { for name, test := range tests {
if name != "CallRecursiveBomb0" {
continue
}
statedb := state.New(helper.NewTrie()) statedb := state.New(helper.NewTrie())
for addr, account := range test.Pre { for addr, account := range test.Pre {
obj := StateObjectFromAccount(addr, account) obj := StateObjectFromAccount(addr, account)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment