]> Cypherpunks repositories - gostls13.git/commit
net: make use of testing.Errorf instead of testing.Fatalf in non-test function goroutines
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 15 Mar 2014 04:43:02 +0000 (13:43 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sat, 15 Mar 2014 04:43:02 +0000 (13:43 +0900)
commitf0433e422b3b71df54957fcd5ab1db31b02e58d4
tree99f3584a8af138446c8365c9605590826e19434d
parent6436df0d81ac195d7b1dbcfc3715bb96423bfecd
net: make use of testing.Errorf instead of testing.Fatalf in non-test function goroutines

See testing.FailNow for further information.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/75900043
src/pkg/net/fd_mutex_test.go
src/pkg/net/net_test.go
src/pkg/net/tcp_test.go
src/pkg/net/timeout_test.go