mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 638268304
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user