Update testDeps definition for https://golang.org/cl/354632

The in-progress Go 1.18's testing.corpusEntry changed definition slightly in
https://golang.org/cl/354632. Update our definition to the new version.

PiperOrigin-RevId: 404040853
This commit is contained in:
Michael Pratt 2021-10-18 13:13:04 -07:00 committed by gVisor bot
parent c7e5b4bd67
commit fb053829f9
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ func (f testDeps) SnapshotCoverage() {}
// Copied from testing/fuzz.go. // Copied from testing/fuzz.go.
type corpusEntry = struct { type corpusEntry = struct {
Parent string Parent string
Name string Path string
Data []byte Data []byte
Values []interface{} Values []interface{}
Generation int Generation int