]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: update 36532.md to wording suggested in CL
authorIan Lance Taylor <iant@golang.org>
Tue, 20 Aug 2024 16:38:47 +0000 (09:38 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 20 Aug 2024 17:36:54 +0000 (17:36 +0000)
Change-Id: If7a2aa45770d19ee15f8fe99cab62624c2e29ef6
Reviewed-on: https://go-review.googlesource.com/c/go/+/606958
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/next/6-stdlib/99-minor/testing/36532.md

index ffa92acf0ce251f84c6634dd369420a4d1e758ff..1c3ad893ba781ba4c4f7a13b1d5f14a9b74cba2b 100644 (file)
@@ -1,2 +1,2 @@
 The new [T.Context] and [B.Context] methods return a context that's canceled
-before the end of its associated test or benchmark function.
+after the test completes and before test cleanup functions run.