Fixed tests

This commit is contained in:
obscuren 2014-12-18 23:59:53 +01:00
parent 1e985f9865
commit a7f4ade711

View File

@ -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)