]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: revert incorrect change to 62516.md made in CL 603959
authorIan Lance Taylor <iant@golang.org>
Tue, 20 Aug 2024 16:27:14 +0000 (09:27 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 20 Aug 2024 16:48:51 +0000 (16:48 +0000)
Change-Id: I0d19f77f8c4b99350e3ed1e7f92db6ae198e812a
Reviewed-on: https://go-review.googlesource.com/c/go/+/607077
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/next/6-stdlib/99-minor/testing/62516.md

index 5847151e2fd67d2c51ab39a4ba3eaf24aa1bfd11..a7a90cdbcd407a95a561681bdf142083394f61ae 100644 (file)
@@ -1,2 +1,2 @@
-The new [T.Context] and [B.Context] methods return a context that is canceled
-after the test completes and before test cleanup functions run.
+The new [T.Chdir] and [B.Chdir] methods can be used to change the working
+directory for the duration of a test or benchmark.