Merge pull request #4458 from cheatfate/fixtest1

Resolve problems with tioselectors test on OSX.
This commit is contained in:
Andreas Rumpf
2016-07-06 17:43:04 +02:00
committed by GitHub

View File

@@ -58,6 +58,7 @@ when not defined(windows):
discard posix.connect(client_socket, aiList.ai_addr,
aiList.ai_addrlen.Socklen)
dealloc(aiList)
discard selector.select(100)
var rc1 = selector.select(100)
assert(len(rc1) == 2)