Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Dec 18, 2014
1 parent 1e985f9 commit a7f4ade
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/vm/gh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a7f4ade

Please sign in to comment.