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
commit 3976dce591

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);