1
0
mirror of https://github.com/golang/go synced 2024-11-15 05:50:37 -07:00
go/doc/next/6-stdlib/99-minor/testing/62516.md
Ian Lance Taylor 98ed865a9e 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 <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>
2024-08-20 16:48:51 +00:00

125 B

The new [T.Chdir] and [B.Chdir] methods can be used to change the working directory for the duration of a test or benchmark.