Remove superfluous Kill method call in test
The process will already be killed via withTestProcess
This commit is contained in:
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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user