Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Mar 5, 2015
2 parents 76e4e23 + f01d745 commit a7181bd
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 @@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests)

for name, test := range tests {
helper.Logger.SetLogLevel(4)
if name != "CallEcrecover0_overlappingInputOutput" {
continue
}
db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db)
for addr, account := range test.Pre {
Expand Down

0 comments on commit a7181bd

Please sign in to comment.