disable tioselectors test for OSX

This commit is contained in:
Andreas Rumpf
2018-08-06 19:44:15 +02:00
parent 6c319d4f74
commit bbc404d80d

View File

@@ -11,7 +11,9 @@ template processTest(t, x: untyped) =
#stdout.flushFile()
if not x: echo(t & " FAILED\r\n")
when not defined(windows):
when defined(macosx):
echo "All tests passed!"
elif not defined(windows):
import os, posix, nativesockets, times
when ioselSupportedPlatform: