Skip to content

Commit

Permalink
Merge pull request ethereum#429 from chfast/pr/fix_vm_tests
Browse files Browse the repository at this point in the history
Fix VM tests
  • Loading branch information
obscuren committed Mar 5, 2015
2 parents 72bf02b + 0af08ec commit f01d745
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 != "TransactionNonceCheck2" {
continue
}
db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db)
for addr, account := range test.Pre {
Expand Down

0 comments on commit f01d745

Please sign in to comment.