tests: posix: mqueue remove extra printk

Remove useless printk at the end of the tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-04-12 08:52:52 -05:00 committed by Anas Nashif
parent fa6cce430c
commit 0f5a88b0ef

View file

@ -105,7 +105,6 @@ void test_mqueue(void)
zassert_false(mq_close(mqd),
"unable to close message queue descriptor.\n");
zassert_false(mq_unlink(queue), "Not able to unlink Queue\n");
printk("Exiting the test.");
}
void test_main(void)