diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stdlib/tgetaddrinfo.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tgetaddrinfo.nim b/tests/stdlib/tgetaddrinfo.nim index aca87b6bd..18e0bc7c4 100644 --- a/tests/stdlib/tgetaddrinfo.nim +++ b/tests/stdlib/tgetaddrinfo.nim @@ -15,7 +15,7 @@ block DGRAM_UDP: doAssert aiList.ai_next == nil freeAddrInfo aiList -when defined(posix): +when defined(posix) and not defined(haiku): block RAW_ICMP: # the port will be ignored |