summaryrefslogtreecommitdiff
path: root/tests/test_pair_inproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pair_inproc.cpp')
-rw-r--r--tests/test_pair_inproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pair_inproc.cpp b/tests/test_pair_inproc.cpp
index 17c37e0..6194f2a 100644
--- a/tests/test_pair_inproc.cpp
+++ b/tests/test_pair_inproc.cpp
@@ -23,7 +23,7 @@
int main (int argc, char *argv [])
{
- void *ctx = zmq_init (1);
+ void *ctx = zmq_init (0);
assert (ctx);
void *sb = zmq_socket (ctx, ZMQ_PAIR);