diff options
Diffstat (limited to 'tests/stdlib')
-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 1c9d020a1..ed8ec8b68 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) and not defined(haiku) and not defined(freebsd) and not defined(openbsd): +when defined(posix) and not defined(haiku) and not defined(freebsd) and not defined(openbsd) and not defined(netbsd): block RAW_ICMP: # the port will be ignored |