From 56a539724809122ecee26acddc3b8a7b775afed6 Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Fri, 4 Feb 2022 17:11:18 -0500 Subject: [PATCH] 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 --- src/testing/testing.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 // -- 2.50.0