]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] testing: remove testing.RunFuzzTargets
authorKatie Hockman <katie@golang.org>
Wed, 14 Oct 2020 16:05:13 +0000 (12:05 -0400)
committerFilippo Valsorda <filippo@golang.org>
Fri, 4 Dec 2020 18:17:29 +0000 (19:17 +0100)
commit24beae1df3e15c7d5b8d79ad2cfb4651c047e029
treecd9fb0572d05303b4b2064a41dabf5172899a16b
parent8fabdcee8ff0537097ae68619ff515563bb2f986
[dev.fuzz] testing: remove testing.RunFuzzTargets

It is a legacy practice to expose these exported
testing functions, and is not needed for running
fuzz targets.

Change-Id: Ic300c9bfd15f4e71a1cea99f12c97d671a899f9b
Reviewed-on: https://go-review.googlesource.com/c/go/+/262258
Trust: Katie Hockman <katie@golang.org>
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/testing/fuzz.go
src/testing/fuzz_test.go [deleted file]