From: Katie Hockman Date: Fri, 4 Feb 2022 22:11:18 +0000 (-0500) Subject: testing: remove TODO and link to fuzz docs X-Git-Tag: go1.18rc1~102 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=56a539724809122ecee26acddc3b8a7b775afed6;p=gostls13.git testing: remove TODO and link to fuzz docs Change-Id: I3f5ee9629b0b0f3f29a021a656dbf3bca27e582d Reviewed-on: https://go-review.googlesource.com/c/go/+/383415 Trust: Katie Hockman Run-TryBot: Katie Hockman Reviewed-by: Bryan Mills TryBot-Result: Gopher Robot --- diff --git a/src/testing/testing.go b/src/testing/testing.go index a8c8122aa7..df4dfe4490 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -202,8 +202,7 @@ // mode, the fuzz test acts much like a regular test, with subtests started // with F.Fuzz instead of T.Run. // -// TODO(#48255): write and link to documentation that will be helpful to users -// who are unfamiliar with fuzzing. +// See https://go.dev/doc/fuzz for documentation about fuzzing. // // Skipping //