summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/runner/lib
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2021-10-18 13:13:04 -0700
committergVisor bot <gvisor-bot@google.com>2021-10-18 13:15:59 -0700
commitfb053829f9cad92527e7df93b17e211f5885a783 (patch)
tree1cb8da82e937b783f1ae1b08c15288664cfffc78 /test/runtimes/runner/lib
parentc7e5b4bd67e0a80c07bf051654e7d28fb592cc39 (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.go2
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