Skip to content

Commit

Permalink
removing changes to include CL 260577
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsheah committed Jun 3, 2021
1 parent 1dba191 commit 8c01593
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/go1.17.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,13 +659,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<dl id="testing"><dt><a href="/pkg/testing/">testing</a></dt>
<dd>
<p><!-- CL 310033 -->
Added a new <a href="/cmd/go/#hdr-Testing_flags">testing flag</a> <code>-shuffle</code> which alters the execution order of tests and benchmarks.
Added a new <a href="/cmd/go/#hdr-Testing_flags">testing flag</a> <code>-shuffle</code> which controls the execution order of tests and benchmarks.
</p>
<p><!-- CL 260577 -->
<code>testing.T</code> now has a <a href="/pkg/testing/#T.Setenv"><code>Setenv</code></a> 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.
</p>

<p><!-- CL 260577 -->
The new
<a href="/pkg/testing/#T.Setenv"><code>T.Setenv</code></a>
Expand Down

0 comments on commit 8c01593

Please sign in to comment.