From ce080227e4c53f164d475f4ae3bb62b49ee4e991 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Wed, 27 Jul 2022 13:21:00 -0600 Subject: [PATCH] Fix #39, Remove stray terminators --- unit-test/sc_loads_tests.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unit-test/sc_loads_tests.c b/unit-test/sc_loads_tests.c index f136161..812408a 100644 --- a/unit-test/sc_loads_tests.c +++ b/unit-test/sc_loads_tests.c @@ -1581,7 +1581,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;