1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-22 15:33:20 +00:00

Revert "Merge branch 'master' into release"

This reverts commit 2528d13314, reversing
changes made to f0a9246c7a.
This commit is contained in:
Alex Bramley 2011-07-29 23:14:21 +01:00
parent 2528d13314
commit 1849d886d4
3 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ func TestParallelDispatch(t *testing.T) {
func TestSerialDispatch(t *testing.T) {
r := NewRegistry()
r.(*registry).Serial()
r.Serial()
// ensure we have enough of a buffer that all sends complete
out := make(chan int, 5)
// handler factory :-)