summaryrefslogtreecommitdiff
path: root/tests/pair_inproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pair_inproc.cpp')
-rw-r--r--tests/pair_inproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pair_inproc.cpp b/tests/pair_inproc.cpp
index 45b2b7b..c02d08b 100644
--- a/tests/pair_inproc.cpp
+++ b/tests/pair_inproc.cpp
@@ -24,7 +24,7 @@ int XS_TEST_MAIN ()
{
fprintf (stderr, "pair_inproc test running...\n");
- void *ctx = xs_init (1);
+ void *ctx = xs_init ();
assert (ctx);
void *sb = xs_socket (ctx, XS_PAIR);