diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-12-17 14:02:48 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-17 14:05:01 -0800 |
commit | a0209de301cf33a60b4217356ea3806ae4042e0d (patch) | |
tree | dffa017959a2d4ab11fd2915ed377c6c131a6277 /test | |
parent | eeee055d60bed55c864c3b87c23785b00f1609e8 (diff) |
Internal change.
PiperOrigin-RevId: 348089449
Diffstat (limited to 'test')
-rw-r--r-- | test/runtimes/runner/lib/lib.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/runner/lib/lib.go b/test/runtimes/runner/lib/lib.go index 9272137ff..f2db5f9ea 100644 --- a/test/runtimes/runner/lib/lib.go +++ b/test/runtimes/runner/lib/lib.go @@ -196,3 +196,4 @@ func (f testDeps) WriteProfileTo(string, io.Writer, int) error { return nil } func (f testDeps) ImportPath() string { return "" } func (f testDeps) StartTestLog(io.Writer) {} func (f testDeps) StopTestLog() error { return nil } +func (f testDeps) SetPanicOnExit0(bool) {} |