Commit 0f5a88b0 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

tests: posix: mqueue remove extra printk



Remove useless printk at the end of the tests.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent fa6cce43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)