Skip to content

Commit

Permalink
Fix nasa#1052, Refactor UT_ClearForceFail to UT_ClearDefaultReturnValue
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzaben committed Jan 13, 2021
1 parent 56397a3 commit 266ed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/unit-test/ut_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void UT_SetStatusBSPResetArea(int32 status, uint32 Signature, uint32 ClockSignal
}
else
{
UT_ClearForceFail(UT_KEY(CFE_PSP_GetResetArea));
UT_ClearDefaultReturnValue(UT_KEY(CFE_PSP_GetResetArea));
}
}

Expand Down

0 comments on commit 266ed95

Please sign in to comment.