diff options
author | Michael Pratt <mpratt@google.com> | 2021-10-18 13:13:04 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-10-18 13:15:59 -0700 |
commit | fb053829f9cad92527e7df93b17e211f5885a783 (patch) | |
tree | 1cb8da82e937b783f1ae1b08c15288664cfffc78 /test/runtimes/runner/lib | |
parent | c7e5b4bd67e0a80c07bf051654e7d28fb592cc39 (diff) |
Update testDeps definition for https://golang.org/cl/354632
The in-progress Go 1.18's testing.corpusEntry changed definition slightly in
https://golang.org/cl/354632. Update our definition to the new version.
PiperOrigin-RevId: 404040853
Diffstat (limited to 'test/runtimes/runner/lib')
-rw-r--r-- | test/runtimes/runner/lib/lib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtimes/runner/lib/lib.go b/test/runtimes/runner/lib/lib.go index d704f8895..6b95b4cfa 100644 --- a/test/runtimes/runner/lib/lib.go +++ b/test/runtimes/runner/lib/lib.go @@ -209,7 +209,7 @@ func (f testDeps) SnapshotCoverage() {} // Copied from testing/fuzz.go. type corpusEntry = struct { Parent string - Name string + Path string Data []byte Values []interface{} Generation int |