]> Cypherpunks repositories - gostls13.git/commit
testing: warn against calling Log after a test completes
authorSean Liao <sean@liao.dev>
Mon, 10 Mar 2025 19:41:09 +0000 (19:41 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 10 Mar 2025 22:02:26 +0000 (15:02 -0700)
commit2abe5ceb1968edb882c8318af674c4133dd0bb75
treee60b9ad8a8ab3c9933de53018532cc3935924ac8
parent574a9fa60e593154fbbe64f992b7e6656e3ab0b7
testing: warn against calling Log after a test completes

Fixes #40343

Change-Id: Id266f4b57131e9e148e5aa2be86b67fe6d73b20a
Reviewed-on: https://go-review.googlesource.com/c/go/+/656415
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/testing/testing.go