From 6917529cc604bad3b7d67579ca8d569442e3d880 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 14 Feb 2020 20:35:59 -0800 Subject: [PATCH] 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/testing/testing.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/testing/testing.go b/src/testing/testing.go index 030feb7112..8a0c7b3021 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -571,7 +571,6 @@ var _ TB = (*T)(nil) var _ TB = (*B)(nil) // T is a type passed to Test functions to manage test state and support formatted test logs. -// Logs are accumulated during execution and dumped to standard output when done. // // A test ends when its Test function returns or calls any of the methods // FailNow, Fatal, Fatalf, SkipNow, Skip, or Skipf. Those methods, as well as -- 2.48.1