diff options
Diffstat (limited to 'src/cmd/internal/test2json/testdata/frame.json')
| -rw-r--r-- | src/cmd/internal/test2json/testdata/frame.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/internal/test2json/testdata/frame.json b/src/cmd/internal/test2json/testdata/frame.json index 9dd29ae977..fb87f5e44c 100644 --- a/src/cmd/internal/test2json/testdata/frame.json +++ b/src/cmd/internal/test2json/testdata/frame.json @@ -1,10 +1,10 @@ {"Action":"start"} {"Action":"run","Test":"TestAscii"} -{"Action":"output","Test":"TestAscii","Output":"=== RUN TestAscii\n"} +{"Action":"output","Test":"TestAscii","Output":"=== RUN TestAscii\n","OutputType":"frame"} {"Action":"output","Test":"TestAscii","Output":"=== RUN TestNotReally\n"} -{"Action":"output","Test":"TestAscii","Output":"--- PASS: TestAscii\n"} +{"Action":"output","Test":"TestAscii","Output":"--- PASS: TestAscii\n","OutputType":"frame"} {"Action":"output","Test":"TestAscii","Output":" i can eat glass, and it doesn't hurt me. i can eat glass, and it doesn't hurt me.\n"} {"Action":"output","Test":"TestAscii","Output":"FAIL\n"} {"Action":"pass","Test":"TestAscii"} -{"Action":"output","Output":"PASS\n"} +{"Action":"output","Output":"PASS\n","OutputType":"frame"} {"Action":"pass"} |
