From 051ea39f2cac478f8670043c2cf79b9a94c0b5fe Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Tue, 28 Jul 2015 07:54:26 -0500 Subject: [PATCH] Remove superfluous Kill method call in test The process will already be killed via withTestProcess --- proc/proc_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/proc/proc_test.go b/proc/proc_test.go index 145bcd2d..305c53ca 100644 --- a/proc/proc_test.go +++ b/proc/proc_test.go @@ -610,7 +610,6 @@ func testGSupportFunc(name string, t *testing.T, p *Process, fixture protest.Fix t.Logf(name+": g is: %v", g) p.ClearBreakpoint(bp.Addr) - p.Kill() } func TestGetG(t *testing.T) {