Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions internal/utils/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ func (testDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string
return
}

func (testDeps) ModulePath() string {
return ""
}

// corpusEntry is from the public go testing which references an internal structure.
// corpusEntry is an alias to the same type as internal/fuzz.CorpusEntry.
// We use a type alias because we don't want to export this type, and we can't
Expand Down
Loading