diff --git a/cmd/evm/reporter.go b/cmd/evm/reporter.go index f6249e1843..d1e327932c 100644 --- a/cmd/evm/reporter.go +++ b/cmd/evm/reporter.go @@ -37,7 +37,7 @@ type testResult struct { Pass bool `json:"pass"` Root *common.Hash `json:"stateRoot,omitempty"` Fork string `json:"fork"` - Error string `json:"error,omitempty"` + Error string `json:"error"` State *state.Dump `json:"state,omitempty"` Stats *execStats `json:"benchStats,omitempty"` }