From d14f419743a3ad8bee03255f6e115488c4ee455a Mon Sep 17 00:00:00 2001 From: Dylan Cali Date: Sun, 28 Jun 2015 21:29:23 -0500 Subject: [PATCH] another errant comment --- tests/test_unbind_wildcard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_unbind_wildcard.cpp b/tests/test_unbind_wildcard.cpp index 40402460..1a4e72a0 100644 --- a/tests/test_unbind_wildcard.cpp +++ b/tests/test_unbind_wildcard.cpp @@ -38,8 +38,8 @@ int main (void) rc = zmq_unbind (sb, endpoint); assert (rc == 0); - // rc = zmq_ctx_term (ctx); - // assert (rc == 0); + rc = zmq_ctx_term (ctx); + assert (rc == 0); return 0; }