aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-21 20:05:48 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-21 20:05:48 -0800
commitc9593dfc5796a98b94ef516fce662f2e040acffe (patch)
tree72f28415fdb377ce32458488cf05e40c65a86594 /tests/tcp.c
parentdc48f6afe9c5d5c8700f756ff0b3f0860f087d9d (diff)
downloadnng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.gz
nng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.bz2
nng-c9593dfc5796a98b94ef516fce662f2e040acffe.zip
Initial swag at notification pipes (not used yet).
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);
})
})