Skip to content

Commit 3976dce

Browse files
aescolarfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 53a47a2 commit 3976dce

File tree

1 file changed

+1
-1
lines changed
  • tests/kernel/threads/thread_apis/src

1 file changed

+1
-1
lines changed

tests/kernel/threads/thread_apis/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ ZTEST_USER(threads_lifecycle, test_k_thread_stack_space_get_user)
636636
large_stack(&b);
637637
/* FIXME: Ideally, the follow condition will assert true:
638638
* (a - b) == INT_ARRAY_SIZE * sizeof(int)
639-
* but it is not the case in native_posix, qemu_leon3 and
639+
* but it is not the case in native_sim, qemu_leon3 and
640640
* qemu_cortex_a53. Relax check condition here
641641
*/
642642
zassert_true(b <= a);

0 commit comments

Comments
 (0)