forked from cerc-io/plugeth
Fixed tests
This commit is contained in:
parent
1e985f9865
commit
a7f4ade711
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user