tests/kernel thread_apis: Switch native_posix to native_sim in comment

native_posix is being deprecated, let's update a comment

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-08-14 11:25:49 +02:00 committed by Fabio Baltieri
parent 53a47a2e1a
commit 3976dce591
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ ZTEST_USER(threads_lifecycle, test_k_thread_stack_space_get_user)
large_stack(&b);
/* FIXME: Ideally, the follow condition will assert true:
* (a - b) == INT_ARRAY_SIZE * sizeof(int)
* but it is not the case in native_posix, qemu_leon3 and
* but it is not the case in native_sim, qemu_leon3 and
* qemu_cortex_a53. Relax check condition here
*/
zassert_true(b <= a);