mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 10:25:04 +00:00
Fixed tests
This commit is contained in:
parent
1e985f9865
commit
a7f4ade711
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue