]> Cypherpunks repositories - gostls13.git/commit
testing: document that T and B are safe for concurrent calls
authorRuss Cox <rsc@golang.org>
Wed, 25 Nov 2015 21:15:45 +0000 (16:15 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 1 Dec 2015 22:01:26 +0000 (22:01 +0000)
commite2071ecd08f8cb157e61f557a16502a907c21a02
treead6399e6fbf53a99627ce0143d28213048afcc58
parent5dd372bd1e70949a432d9b7b8b021d13abf584d1
testing: document that T and B are safe for concurrent calls

Fixes #13108.

Change-Id: I474cc2a3b7ced1c9eb978fc815f9c6bae9fb3ecc
Reviewed-on: https://go-review.googlesource.com/17235
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/testing/benchmark.go
src/testing/testing.go