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) {