Skip to content

Commit

Permalink
Make is possible to build with Go 1.23. (#548)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
  • Loading branch information
porridge authored Aug 6, 2024
1 parent 762b0f9 commit 0c46513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/test/utils/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ func (testDeps) SnapshotCoverage() {

}

func (testDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
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

0 comments on commit 0c46513

Please sign in to comment.