From 2ec64a78da8df01ec534161475a87989ae527776 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 23 Aug 2017 13:20:24 -0700 Subject: The common endpoint code already ensures state is proper. This eliminates tests for code that we cannot reach, because the upper layer endpoint code already ensures that we don't get called if we are closing, that the mode is correct, and that only one outstanding endpoint operation is in progress on any given endpoint. --- tests/inproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(); }) -- cgit v1.2.3-70-g09d2