aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/inproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inproc.c b/tests/inproc.c
index 3ab52639..6691802a 100644
--- a/tests/inproc.c
+++ b/tests/inproc.c
@@ -16,5 +16,5 @@
TestMain("Inproc Transport", {
trantest_test_all("inproc://TEST_%u");
- nni_fini();
+ nng_fini();
})