mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update cmd/evm/staterunner.go
This commit is contained in:
parent
8ff557a68b
commit
122970bf68
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ func runStateTest(fname string, cfg vm.Config, jsonOut, dump bool) error {
|
|||
if err != nil {
|
||||
// Test failed, mark as so
|
||||
result.Pass, result.Error = false, err.Error()
|
||||
|
||||
}
|
||||
})
|
||||
results = append(results, *result)
|
||||
|
|
|
|||
Loading…
Reference in a new issue