Skip to content

Commit 83a211d

Browse files
Update FreeRTOS/Test/CMock/smp/multiple_priorities_no_timeslice_mock/covg_multiple_priorities_no_timeslice_mock_utest.c
1 parent 30d2a9c commit 83a211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRTOS/Test/CMock/smp/multiple_priorities_no_timeslice_mock/covg_multiple_priorities_no_timeslice_mock_utest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ void test_coverage_prvCreateIdleTasks_name_within_max_len( void )
10951095

10961096
/* Test Verifications */
10971097
xIdleTask = ( TCB_t * ) xIdleTaskHandles[ 0 ];
1098-
TEST_ASSERT_EQUAL_STRING( "IDLE longX0", xIdleTask->pcTaskName );
1098+
TEST_ASSERT_EQUAL_STRING( "IDLE longXX", xIdleTask->pcTaskName );
10991099

11001100
/* Clean up idle task. */
11011101
for( i = 0; i < configNUMBER_OF_CORES; i++ )

0 commit comments

Comments
 (0)