Commit a7f4ade7 authored by obscuren's avatar obscuren

Fixed tests

parent 1e985f98
...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment