doc/go1.18: mention testing.F in testing package section

For #47694

Change-Id: I27d88d864319bd8dbabfa6675a6abf2f74c50717
Reviewed-on: https://go-review.googlesource.com/c/go/+/373914
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Trust: Katie Hockman <katie@golang.org>
This commit is contained in:
Ian Lance Taylor 2021-12-21 14:33:47 -08:00
parent 90fb5a4f97
commit d7b035f930

View file

@ -913,6 +913,12 @@ Do not send CLs removing the interior tags from such phrases.
existing tests in the unlikely case that a test changes the set of subtests
that are run each time the test function itself is run.
</p>
<p><!-- CL 251441 -->
The new <a href="/pkg/testing#F"><code>testing.F</code></a> type
is used by the new <a href="#fuzzing">fuzzing support described
above</a>.
</p>
</dd>
</dl><!-- testing -->