From 8c015935c2e376134d81aa577bffdca7fc03170d Mon Sep 17 00:00:00 2001 From: Aaron Sheah Date: Thu, 3 Jun 2021 18:42:30 +0100 Subject: [PATCH] removing changes to include CL 260577 --- doc/go1.17.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index f9156a30dc..7438d894fe 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -659,13 +659,8 @@ Do not send CLs removing the interior tags from such phrases.
testing

- Added a new testing flag -shuffle which alters the execution order of tests and benchmarks. + Added a new testing flag -shuffle which controls the execution order of tests and benchmarks.

-

- testing.T now has a Setenv method to set up environment variables - only for the isolated lifetime of the test, and will clean up and unset these variables when the test ends. -

-

The new T.Setenv