mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Test: Mask unit test warning (#592)
* Test: Mask unit test warning * Fix Unit Test Bug * Unit Test: Add setters and getters for xMaskAssertAndAbort * Fix Warning * Update Makefile
This commit is contained in:
parent
459a6cbb4c
commit
5136a30399
5 changed files with 18 additions and 6 deletions
|
|
@ -175,7 +175,7 @@ void test_vQueueAddToRegistry_twice( void )
|
|||
const char * pcFakeString1 = ( char * ) ( BaseType_t ) getNextMonotonicTestValue();
|
||||
const char * pcFakeString2 = ( char * ) ( BaseType_t ) getNextMonotonicTestValue();
|
||||
|
||||
/* Add an item to the registry **/
|
||||
/* Add an item to the registry */
|
||||
vQueueAddToRegistry( xFakeHandle, pcFakeString1 );
|
||||
|
||||
TEST_ASSERT_TRUE( helper_find_in_queue_registry( xFakeHandle, pcFakeString1 ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue