]> Cypherpunks repositories - gostls13.git/commit
testing: allow concurrent use of T and B
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 25 Jul 2012 17:17:27 +0000 (10:17 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 25 Jul 2012 17:17:27 +0000 (10:17 -0700)
commit9b1412701fc5f265c478153b2032ca90755c38cf
treeda8c36aa3379098d01e49dde44406bd6074ac2ed
parent4d2251967847cf9b710da09525c676a7e733113d
testing: allow concurrent use of T and B

Notably, allow concurrent logging and failing.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6453045
src/pkg/testing/testing.go