Remove redundant portGET_CORE_ID() call in unit test

pull/1235/head
Ching-Hsin,Lee 7 months ago
parent 82099c32a0
commit 7a3304194e

@ -281,9 +281,6 @@ void test_prvYieldForTask_assert_yieldpending_core_is_false( void )
vFakePortGetCoreID_ExpectAndReturn( 0 );
vFakePortGetCoreID_ExpectAndReturn( 1 );
vFakePortGetCoreID_ExpectAndReturn( 1 );
vFakePortGetCoreID_ExpectAndReturn( 1 );
vFakePortGetCoreID_ExpectAndReturn( 0 );
vFakePortGetCoreID_ExpectAndReturn( 0 );
vFakePortGetCoreID_ExpectAndReturn( 0 );
EXPECT_ASSERT_BREAK( vTaskRemoveFromUnorderedEventList( &xEventListItem,

Loading…
Cancel
Save