diff options
Diffstat (limited to 'src/cmd/test2json/main.go')
| -rw-r--r-- | src/cmd/test2json/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/test2json/main.go b/src/cmd/test2json/main.go index 3d7c5601a3..14004977f5 100644 --- a/src/cmd/test2json/main.go +++ b/src/cmd/test2json/main.go @@ -25,7 +25,7 @@ // // type TestEvent struct { // Time time.Time // encodes as an RFC3339-format string -// Event string +// Action string // Package string // Test string // Elapsed float64 // seconds @@ -35,7 +35,7 @@ // The Time field holds the time the event happened. // It is conventionally omitted for cached test results. // -// The Event field is one of a fixed set of event descriptions: +// The Action field is one of a fixed set of action descriptions: // // run - the test has started running // pause - the test has been paused |
