mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Fix SMP unit test for switch hook (#1133)
* Fix SMP unit test for switch hook
This commit is contained in:
parent
0945a8ac50
commit
76c0f8788c
1 changed files with 1 additions and 0 deletions
|
@ -1802,6 +1802,7 @@ void test_coverage_xTaskRemoveFromEventList_remove_eq_priority_task( void )
|
|||
vFakePortGetCoreID_ExpectAndReturn( 0 ); /* Get prvYieldCore. */
|
||||
vFakePortGetCoreID_ExpectAndReturn( 0 ); /* Get portGET_CRITICAL_NESTING_COUNT. */
|
||||
vFakePortGetCoreID_ExpectAndReturn( 0 ); /* Get xYieldPendings. */
|
||||
vFakePortGetCoreID_ExpectAndReturn( 0 ); /* portTASK_SWITCH_HOOK(). */
|
||||
|
||||
/* API call. */
|
||||
xReturn = xTaskRemoveFromEventList( &xEventList );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue