You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
=== RUN TestOnce
|
|
=== RUN TestOnce/increment
|
|
--- PASS: TestOnce (0.00s)
|
|
--- PASS: TestOnce/increment (0.00s)
|
|
=== RUN TestTwice
|
|
=== RUN TestTwice/increment
|
|
=== RUN TestTwice/increment#01
|
|
TestTwice/increment#01: std_test.go:34: expected x to be 2, is 3 instead
|
|
--- FAIL: TestTwice (0.00s)
|
|
--- PASS: TestTwice/increment (0.00s)
|
|
--- FAIL: TestTwice/increment#01 (0.00s)
|
|
FAIL
|
|
exit status 1
|
|
FAIL github.com/jordanorelli/tea/examples/incr 0.002s
|