updated tests

This commit is contained in:
obscuren
2015-01-13 00:25:45 +01:00
parent 34689cb3f3
commit 750d70c202
4 changed files with 20 additions and 14 deletions

View File

@ -79,12 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests)
for name, test := range tests {
/*
helper.Logger.SetLogLevel(5)
if name != "createNameRegistratorZeroMem" {
continue
}
*/
db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db)
for addr, account := range test.Pre {