Skip to content

Commit

Permalink
Update FreeRTOS/Test/CMock/smp/multiple_priorities_no_timeslice_mock/…
Browse files Browse the repository at this point in the history
…covg_multiple_priorities_no_timeslice_mock_utest.c
  • Loading branch information
AniruddhaKanhere authored Dec 19, 2024
1 parent 30d2a9c commit 83a211d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ void test_coverage_prvCreateIdleTasks_name_within_max_len( void )

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

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

0 comments on commit 83a211d

Please sign in to comment.