diff options
Diffstat (limited to 'tests/pipeline.c')
| -rw-r--r-- | tests/pipeline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pipeline.c b/tests/pipeline.c index 2b61d99a..f7d89367 100644 --- a/tests/pipeline.c +++ b/tests/pipeline.c @@ -166,4 +166,4 @@ TestMain("PIPELINE (PUSH/PULL) pattern", { So(nng_recvmsg(pull1, &abc, 0) == NNG_ETIMEDOUT); So(nng_recvmsg(pull2, &abc, 0) == NNG_ETIMEDOUT); }); -}); +}) |
