Skip to content

Commit

Permalink
tests: k_mbox: Change ZTEST_USER to ZTEST
Browse files Browse the repository at this point in the history
Since userspace is not enabled change ZTEST_USER to ZTEST to not
confuse people, other tests are also ZTEST.

Signed-off-by: Andrei Emeltchenko <[email protected]>
  • Loading branch information
finikorg authored and cfriedt committed Nov 5, 2023
1 parent 6247ddd commit a6da17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernel/mbox/mbox_usage/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit a6da17a

Please sign in to comment.