Remove superfluous Kill method call in test

The process will already be killed via withTestProcess
This commit is contained in:
Derek Parker 2015-07-28 07:54:26 -05:00
parent c0ba4681c9
commit 051ea39f2c

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