summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorEuan <euantorano@users.noreply.github.com>2020-04-24 08:18:44 +0100
committerGitHub <noreply@github.com>2020-04-24 09:18:44 +0200
commit123f9fb77a188202b16eab023987458f4bc3809a (patch)
tree5cbdff30dd3ee483ee512aba22fd616a118b6a8d /tests/stdlib
parentf07f07eef9c3a92b5ed57c7932b91a0d48f95c5b (diff)
downloadNim-123f9fb77a188202b16eab023987458f4bc3809a.tar.gz
Fix #14091 and #14093 - test failures on NetBSD (#14096)
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/tgetaddrinfo.nim2
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