Skip to content

Commit 6917529

Browse files
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 3eab754 commit 6917529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/testing/testing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ var _ TB = (*T)(nil)
571571
var _ TB = (*B)(nil)
572572

573573
// T is a type passed to Test functions to manage test state and support formatted test logs.
574-
// Logs are accumulated during execution and dumped to standard output when done.
575574
//
576575
// A test ends when its Test function returns or calls any of the methods
577576
// FailNow, Fatal, Fatalf, SkipNow, Skip, or Skipf. Those methods, as well as

0 commit comments

Comments
 (0)