mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Improve overall thread coordination
This commit is contained in:
@ -230,7 +230,7 @@ func TestNext(t *testing.T) {
|
||||
}
|
||||
|
||||
if len(p.BreakPoints) != 1 {
|
||||
t.Fatal("Not all breakpoints were cleaned up")
|
||||
t.Fatal("Not all breakpoints were cleaned up", len(p.BreakPoints))
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user