aboutsummaryrefslogtreecommitdiff
path: root/src/core/message_test.c
diff options
context:
space:
mode:
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);
}