]> Cypherpunks repositories - gostls13.git/commit
testing: fix SkipNow and FailNow to avoid panic(nil) check
authorRuss Cox <rsc@golang.org>
Wed, 22 Jan 2014 21:34:02 +0000 (16:34 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 22 Jan 2014 21:34:02 +0000 (16:34 -0500)
commit91fbf6f159a099a273e6880a5fe40351d61270b6
tree8247175bd3e051e075eb393fc213096c5e592b60
parent52125738f3ca6f30364eebf0f4d673f73a71c248
testing: fix SkipNow and FailNow to avoid panic(nil) check

Sorry, too many windows in which to run all.bash.
Fixes build.

TBR=r
CC=golang-codereviews
https://golang.org/cl/55790043
src/pkg/testing/testing.go