Skip to content

Commit

Permalink
keep it simple
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 7, 2024
1 parent a45b9ab commit 19e7175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_tests/tests/trigger/test_trigger_decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@ static void setTestBug299(EngineTestHelper *eth) {
}

#define assertInjectors(msg, value0, value1) \
do { \
{ \
EXPECT_EQ(value0, enginePins.injectors[0].m_currentLogicValue) << msg; \
EXPECT_EQ(value1, enginePins.injectors[1].m_currentLogicValue) << msg; \
} while (false);
}

static void setArray(float* p, size_t count, float value) {
while (count--) {
Expand Down

0 comments on commit 19e7175

Please sign in to comment.