tests: k_mbox: Change ZTEST_USER to ZTEST

Since userspace is not enabled change ZTEST_USER to ZTEST to not
confuse people, other tests are also ZTEST.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-10-04 15:52:32 +03:00 committed by Chris Friedt
parent 6247dddcb5
commit a6da17aab4

View file

@ -160,7 +160,7 @@ static void thread_high_prio(void *p1, void *p2, void *p3)
k_sem_give(&sync_sema);
}
ZTEST_USER(mbox_usage_1cpu, test_multi_thread_send_get)
ZTEST(mbox_usage_1cpu, test_multi_thread_send_get)
{
static k_tid_t low_prio, high_prio;
struct k_mbox_msg mmsg = {0};