mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 10:54:42 +00:00
disable tioselectors test for OSX
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user