Improve overall thread coordination

This commit is contained in:
Derek Parker
2014-11-07 23:44:24 -06:00
parent 4483b17bd6
commit 6b2ee09163
4 changed files with 243 additions and 178 deletions

View File

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