Skip to content

Commit

Permalink
tests: mem_protect: sys_sem: move a test case to new ztest API
Browse files Browse the repository at this point in the history
move test case test_sem_take_timeout_fails() to new ztest API

Signed-off-by: Meng xianglin <xianglinx.meng@intel.com>
  • Loading branch information
mengxianglinx authored and fabiobaltieri committed Sep 22, 2022
1 parent 6c6d0aa commit 7f37fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernel/mem_protect/sys_sem/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ ZTEST_USER(sys_sem, test_sem_take_no_wait_fails)
/**
* @brief Test sys_sem_take() with timeout expiry
*/
void test_sem_take_timeout_fails(void)
ZTEST_USER(sys_sem_1cpu, test_sem_take_timeout_fails)
{
int32_t ret_value;

Expand Down

0 comments on commit 7f37fac

Please sign in to comment.