Skip to content

Commit

Permalink
Remove C++-style comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 9, 2022
1 parent 0a01977 commit 96138cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit-test/hs_app_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -1969,10 +1969,10 @@ void HS_ProcessCommands_Test(void)
UT_SetDefaultReturnValue(UT_KEY(CFE_SB_ReceiveBuffer), CFE_SUCCESS);
UT_SetDeferredRetcode(UT_KEY(CFE_SB_ReceiveBuffer), 2, CFE_SB_NO_MESSAGE);
UT_SetDeferredRetcode(UT_KEY(CFE_SB_ReceiveBuffer), 2, CFE_SB_NO_MESSAGE);
// UT_SetHookFunction(UT_KEY(CFE_SB_ReceiveBuffer), HS_APP_TEST_CFE_SB_RcvMsgHook, NULL);
/* UT_SetHookFunction(UT_KEY(CFE_SB_ReceiveBuffer), HS_APP_TEST_CFE_SB_RcvMsgHook, NULL); */

/* Causes check for non-null buffer pointer to succeed */
// UT_SetDataBuffer(UT_KEY(CFE_SB_ReceiveBuffer), &Packet, sizeof(Packet), false);
/* UT_SetDataBuffer(UT_KEY(CFE_SB_ReceiveBuffer), &Packet, sizeof(Packet), false); */

/* Execute the function being tested */
Result = HS_ProcessCommands();
Expand Down

0 comments on commit 96138cd

Please sign in to comment.