mirror of https://github.com/golang/go.git
doc/next: update 36532.md to wording suggested in CL
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>
This commit is contained in:
parent
ab4182251b
commit
4e1cc09f8b
|
|
@ -1,2 +1,2 @@
|
||||||
The new [T.Context] and [B.Context] methods return a context that's canceled
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue