diff --git a/test/runtimes/runner/lib/lib.go b/test/runtimes/runner/lib/lib.go index 2ca8f84fc..ac1641261 100644 --- a/test/runtimes/runner/lib/lib.go +++ b/test/runtimes/runner/lib/lib.go @@ -266,6 +266,9 @@ func (f testDeps) ReadCorpus(string, []reflect.Type) ([]corpusEntry, error) { re func (f testDeps) CheckCorpus([]any, []reflect.Type) error { return nil } func (f testDeps) ResetCoverage() {} func (f testDeps) SnapshotCoverage() {} +func (f testDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) { + return +} // Copied from testing/fuzz.go. type corpusEntry = struct {