Some label fixes

This commit is contained in:
2026-06-25 19:56:14 -05:00
parent d85737cc08
commit 722fe2ccfb
30 changed files with 290 additions and 105 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ static void test_assertStrLenMin(void **state) {
}
static void test_assertIsMainThread(void **state) {
// The group setup recorded this thread as main assertIsMainThread must pass.
// The group setup recorded this thread as main - assertIsMainThread must pass.
assertIsMainThread("test thread is main, should not assert");
// assertNotMainThread must fail when called from the main thread.