obscuren 10 năm trước cách đây
mục cha
commit
a7181bd304
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      tests/vm/gh_test.go

+ 0 - 4
tests/vm/gh_test.go

@@ -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 {