aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index 73039e64..f77ec3a0 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -40,6 +40,5 @@ TestMain("TCP Transport", {
})
So(nng_listen(s1, "tcp://*:5771", NULL, NNG_FLAG_SYNCH) == 0);
So(nng_dial(s2, "tcp://127.0.0.1:5771", NULL, NNG_FLAG_SYNCH) == 0);
- fflush(stdout);
})
})