aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/staterunner.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/evm/staterunner.go')
-rw-r--r--cmd/evm/staterunner.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/evm/staterunner.go b/cmd/evm/staterunner.go
index 071ea94ad..6d5ff069f 100644
--- a/cmd/evm/staterunner.go
+++ b/cmd/evm/staterunner.go
@@ -38,6 +38,8 @@ var stateTestCommand = cli.Command{
ArgsUsage: "<file>",
}
+// StatetestResult contains the execution status after running a state test, any
+// error that might have occurred and a dump of the final state if requested.
type StatetestResult struct {
Name string `json:"name"`
Pass bool `json:"pass"`