From: Ian Lance Taylor
Date: Tue, 21 Dec 2021 22:33:47 +0000 (-0800)
Subject: doc/go1.18: mention testing.F in testing package section
X-Git-Tag: go1.18beta2~188
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d7b035f930549bc6b6192f73351bce138130350e;p=gostls13.git
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
Reviewed-by: Katie Hockman
Trust: Katie Hockman
---
diff --git a/doc/go1.18.html b/doc/go1.18.html
index cea45542db..a1d1a72552 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -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.
+
+
+ The new testing.F
type
+ is used by the new fuzzing support described
+ above.
+