From a0209de301cf33a60b4217356ea3806ae4042e0d Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 17 Dec 2020 14:02:48 -0800 Subject: Internal change. PiperOrigin-RevId: 348089449 --- test/runtimes/runner/lib/lib.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/runtimes/runner/lib/lib.go') 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) {} -- cgit v1.2.3