From 205026a8e657dfa9efe52f7408f95030052ef20e Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Wed, 29 May 2024 06:50:57 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 638268304 --- test/runtimes/runner/lib/lib.go | 3 +++ 1 file changed, 3 insertions(+) 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 {