From 32e3e01dac719a50291dd248abeb92d075005ab7 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 6 Jul 2016 18:02:59 +0300 Subject: [PATCH] Resolve problems with test on macosx. --- tests/async/tioselectors.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/async/tioselectors.nim b/tests/async/tioselectors.nim index 3f08ac59df..ed2fea84fa 100644 --- a/tests/async/tioselectors.nim +++ b/tests/async/tioselectors.nim @@ -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)