good morning!!!!

Skip to content
Snippets Groups Projects
Commit a7181bd3 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

merge

parents 76e4e233 f01d745d
No related branches found
No related tags found
No related merge requests found
...@@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) { ...@@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests) helper.CreateFileTests(t, p, &tests)
for name, test := range tests { for name, test := range tests {
helper.Logger.SetLogLevel(4)
if name != "CallEcrecover0_overlappingInputOutput" {
continue
}
db, _ := ethdb.NewMemDatabase() db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db) statedb := state.New(nil, db)
for addr, account := range test.Pre { for addr, account := range test.Pre {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment