Blob Blame History Raw
From a4e3843b3bb3cdc5965492e28b1ba7303438db7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <zebob.m@gmail.com>
Date: Sat, 23 Jan 2021 18:15:00 +0100
Subject: [PATCH 1/1] Fix testDeps signature
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
---
 gotest_integration.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gotest_integration.go b/gotest_integration.go
index 9926dec..4c50ac1 100644
--- a/gotest_integration.go
+++ b/gotest_integration.go
@@ -176,3 +176,6 @@ func (testDeps) WriteHeapProfile(w io.Writer) error {
 func (testDeps) WriteProfileTo(name string, w io.Writer, debug int) error {
 	return pprof.Lookup(name).WriteTo(w, debug)
 }
+
+func (testDeps) SetPanicOnExit0(v bool) {
+}
-- 
2.29.2