We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a47a2 commit 3976dceCopy full SHA for 3976dce
tests/kernel/threads/thread_apis/src/main.c
@@ -636,7 +636,7 @@ ZTEST_USER(threads_lifecycle, test_k_thread_stack_space_get_user)
636
large_stack(&b);
637
/* FIXME: Ideally, the follow condition will assert true:
638
* (a - b) == INT_ARRAY_SIZE * sizeof(int)
639
- * but it is not the case in native_posix, qemu_leon3 and
+ * but it is not the case in native_sim, qemu_leon3 and
640
* qemu_cortex_a53. Relax check condition here
641
*/
642
zassert_true(b <= a);
0 commit comments