aboutsummaryrefslogtreecommitdiff
path: root/test/test-tcp-write-in-a-row.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-tcp-write-in-a-row.c')
-rw-r--r--test/test-tcp-write-in-a-row.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-tcp-write-in-a-row.c b/test/test-tcp-write-in-a-row.c
index f04d48fc..f50e5186 100644
--- a/test/test-tcp-write-in-a-row.c
+++ b/test/test-tcp-write-in-a-row.c
@@ -114,7 +114,7 @@ static void start_server(void) {
TEST_IMPL(tcp_write_in_a_row) {
#if defined(_WIN32)
RETURN_SKIP("tcp_write_in_a_row does not work on Windows");
-#endif
+#else
uv_connect_t connect_req;
struct sockaddr_in addr;
@@ -138,4 +138,5 @@ TEST_IMPL(tcp_write_in_a_row) {
MAKE_VALGRIND_HAPPY();
return 0;
+#endif
}