Skip to content

Commit

Permalink
fix nasa#559 keeping backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzaben committed Nov 12, 2020
1 parent 1a82657 commit 9f0e5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ut_assert/src/utstubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ bool UT_Stub_CheckDeferredRetcode(UT_EntryKey_t FuncKey, int32 *Retcode)
return (Result);
}

#define UT_SetForceFail UT_SetDefaultReturnValue
void UT_SetForceFail(UT_EntryKey_t FuncKey, int32 Value)
{
UT_StubTableEntry_t *Rc;
Expand Down

0 comments on commit 9f0e5c0

Please sign in to comment.