]> Cypherpunks repositories - gostls13.git/commit
testing: remove obsolete comment in testing.(*T) docs
authorIan Lance Taylor <iant@golang.org>
Sat, 15 Feb 2020 04:35:59 +0000 (20:35 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 15 Feb 2020 16:40:12 +0000 (16:40 +0000)
commit6917529cc604bad3b7d67579ca8d569442e3d880
tree379dd7ea6922991eecaff5c6a0e32b7f4585abab
parent3eab754cd061bf90ee7b540546bc0863f3ad1d85
testing: remove obsolete comment in testing.(*T) docs

We now only accumulate logs when not using -v. Just drop the sentence
entirely rather than try to describe the current situation.

Updates #24929
Updates #37203

Change-Id: Ie3bf37894ab68b5b129eff54637893c7a129da03
Reviewed-on: https://go-review.googlesource.com/c/go/+/219540
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/testing/testing.go