diff options
Diffstat (limited to 'tests/pair_ipc.cpp')
-rw-r--r-- | tests/pair_ipc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pair_ipc.cpp b/tests/pair_ipc.cpp index 4ce2762..46cdf76 100644 --- a/tests/pair_ipc.cpp +++ b/tests/pair_ipc.cpp @@ -31,7 +31,7 @@ int XS_TEST_MAIN () { fprintf (stderr, "pair_ipc test running...\n"); - void *ctx = xs_init (1); + void *ctx = xs_init (); assert (ctx); void *sb = xs_socket (ctx, XS_PAIR); |