Skip to content

Commit

Permalink
Merge pull request nasa#40 from skliper/fix39-terminators
Browse files Browse the repository at this point in the history
Fix nasa#39, Remove stray terminators
  • Loading branch information
dzbaker authored Aug 4, 2022
2 parents 1f45f82 + ce08022 commit 68e2520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unit-test/sc_loads_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,6 @@ void SC_UpdateAppend_Test_CmdNumberTooHigh(void)
SC_OperData.AppendTblAddr = &AtsAppendTable[0];
Entry = (SC_AtsEntryHeader_t *)&SC_OperData.AppendTblAddr[EntryIndex];
Entry->CmdNumber = SC_MAX_ATS_CMDS + 1;
;

/* Cause condition to be met: "(Entry->CmdNumber > SC_MAX_ATS_CMDS)" */
MsgSize = 50;
Expand Down

0 comments on commit 68e2520

Please sign in to comment.