Skip to content

Commit 4789084

Browse files
committed
updated tests
1 parent 3325683 commit 4789084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/vm/gh_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ 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)
80+
helper.Logger.SetLogLevel(5)
8181
for name, test := range tests {
82-
// if name != "refund50_1" {
83-
// continue
84-
// }
82+
if name != "CallRecursiveBomb0" {
83+
continue
84+
}
8585
statedb := state.New(helper.NewTrie())
8686
for addr, account := range test.Pre {
8787
obj := StateObjectFromAccount(addr, account)

0 commit comments

Comments
 (0)