From d7b035f930549bc6b6192f73351bce138130350e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 21 Dec 2021 14:33:47 -0800 Subject: [PATCH] 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 --- doc/go1.18.html | 6 ++++++ 1 file changed, 6 insertions(+) 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. +

-- 2.50.0