From 98ed865a9e7525f7a30ec7fc7b360a45e966bf90 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 20 Aug 2024 09:27:14 -0700 Subject: [PATCH] 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 --- doc/next/6-stdlib/99-minor/testing/62516.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.48.1