Skip to content

Commit a7f4ade

Browse files
committed
Fixed tests
1 parent 1e985f9 commit a7f4ade

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/vm/gh_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ func RunVmTest(p string, t *testing.T) {
7777
tests := make(map[string]VmTest)
7878
helper.CreateFileTests(t, p, &tests)
7979

80-
helper.Logger.SetLogLevel(5)
8180
for name, test := range tests {
82-
if name != "CallRecursiveBomb0" {
83-
continue
84-
}
8581
statedb := state.New(helper.NewTrie())
8682
for addr, account := range test.Pre {
8783
obj := StateObjectFromAccount(addr, account)

0 commit comments

Comments
 (0)