summaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2014-11-03 14:43:08 +0100
committerMartin Sustrik <sustrik@250bpm.com>2014-11-03 14:43:08 +0100
commit9245d1f6123e26a05e9b84c07e6c694b646dc28a (patch)
treeceab1ca93029c9483c23f8d74349056fe067f52c /tests/tcp.c
parent069c004bd92e6ff93dd5071a0044dd3d774f87ed (diff)
downloadnanomsg-9245d1f6123e26a05e9b84c07e6c694b646dc28a.tar.gz
Additional TCP test enabled on Windows
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index d5b1875..fcb8472 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -169,7 +169,6 @@ int main ()
test_close (s1);
test_close (sb);
-#ifndef NN_HAVE_WINDOWS
/* Test two sockets binding to the same address. */
sb = test_socket (AF_SP, NN_PAIR);
test_bind (sb, SOCKET_ADDRESS);
@@ -190,7 +189,6 @@ int main ()
test_close (sc);
test_close (s1);
-#endif
return 0;
}