Skip to content

Commit cb8202b

Browse files
committed
Internal change.
PiperOrigin-RevId: 821996858
1 parent 9daae06 commit cb8202b

File tree

1 file changed

+1
-0
lines changed
  • test/runtimes/runner/lib

1 file changed

+1
-0
lines changed

test/runtimes/runner/lib/lib.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ func (f testDeps) SnapshotCoverage() {}
269269
func (f testDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
270270
return
271271
}
272+
func (f testDeps) ModulePath() string { return "" }
272273

273274
// Copied from testing/fuzz.go.
274275
type corpusEntry = struct {

0 commit comments

Comments
 (0)