aboutsummaryrefslogtreecommitdiff
path: root/src/core/message_test.c
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2021-12-29 10:13:09 -0500
committerGitHub <noreply@github.com>2021-12-29 07:13:09 -0800
commit44fadb7042fbfdf75f20572c59e410f406bb82f4 (patch)
treeaa8380a652d7666f9f51732361494db79ec7114a /src/core/message_test.c
parent6cf5acb15147766eebdd6cf2731eacd8e0e31518 (diff)
downloadnng-44fadb7042fbfdf75f20572c59e410f406bb82f4.tar.gz
nng-44fadb7042fbfdf75f20572c59e410f406bb82f4.tar.bz2
nng-44fadb7042fbfdf75f20572c59e410f406bb82f4.zip
don't use deprecated functions in tests (#1560)
Diffstat (limited to 'src/core/message_test.c')
-rw-r--r--src/core/message_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/message_test.c b/src/core/message_test.c
index b3887b10..20813c6d 100644
--- a/src/core/message_test.c
+++ b/src/core/message_test.c
@@ -19,7 +19,6 @@ test_msg_option(void)
{
nng_msg *msg;
NUTS_PASS(nng_msg_alloc(&msg, 0));
- NUTS_FAIL(nng_msg_getopt(msg, 0, NULL, NULL), NNG_ENOTSUP);
nng_msg_free(msg);
}