Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 5, 2024
1 parent 31a2de8 commit cd449c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit-test-coverage/vxworks/src/coveragetest-binsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void Test_OS_BinSemGetValue_Impl(void)
OS_object_token_t token = UT_TOKEN_0;

memset(&sem_prop, 0xEE, sizeof(sem_prop));
OSAPI_TEST_FUNCTION_RC(OS_BinSemGetValue_Impl(&token, &sem_prop), OS_SUCCESS);
OSAPI_TEST_FUNCTION_RC(OS_BinSemGetValue_Impl(&token, &sem_prop), OS_ERR_NOT_IMPLEMENTED);
}

/* ------------------- End of test cases --------------------------------------*/
Expand Down

0 comments on commit cd449c8

Please # to comment.