From: Ian Lance Taylor Date: Tue, 20 Aug 2024 16:27:14 +0000 (-0700) Subject: doc/next: revert incorrect change to 62516.md made in CL 603959 X-Git-Tag: go1.24rc1~1157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=98ed865a9e7525f7a30ec7fc7b360a45e966bf90;p=gostls13.git doc/next: revert incorrect change to 62516.md made in CL 603959 Change-Id: I0d19f77f8c4b99350e3ed1e7f92db6ae198e812a Reviewed-on: https://go-review.googlesource.com/c/go/+/607077 Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- diff --git a/doc/next/6-stdlib/99-minor/testing/62516.md b/doc/next/6-stdlib/99-minor/testing/62516.md index 5847151e2f..a7a90cdbcd 100644 --- a/doc/next/6-stdlib/99-minor/testing/62516.md +++ b/doc/next/6-stdlib/99-minor/testing/62516.md @@ -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.