We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e985f9 commit a7f4adeCopy full SHA for a7f4ade
tests/vm/gh_test.go
@@ -77,11 +77,7 @@ func RunVmTest(p string, t *testing.T) {
77
tests := make(map[string]VmTest)
78
helper.CreateFileTests(t, p, &tests)
79
80
- helper.Logger.SetLogLevel(5)
81
for name, test := range tests {
82
- if name != "CallRecursiveBomb0" {
83
- continue
84
- }
85
statedb := state.New(helper.NewTrie())
86
for addr, account := range test.Pre {
87
obj := StateObjectFromAccount(addr, account)
0 commit comments