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:
parent
fa6cce430c
commit
0f5a88b0ef
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue