fix: bufconn and listener tests for megacheck (#4827)

Fixes #4824
This commit is contained in:
Bala FA
2017-08-20 12:25:08 -07:00
committed by Dee Koder
parent 2e6ee68409
commit b694c1a4d7
2 changed files with 23 additions and 23 deletions

View File

@@ -40,8 +40,8 @@ func TestBuffConnReadTimeout(t *testing.T) {
}
var wg sync.WaitGroup
wg.Add(1)
go func() {
wg.Add(1)
defer wg.Done()
tcpConn, terr := tcpListener.AcceptTCP()