mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2025-11-03 00:16:12 -05:00
This ensures that constructions like the following work correctly:
if(condition)
TEST_ASSERT(a);
else
TEST_ASSERT(b);
This ensures that constructions like the following work correctly:
if(condition)
TEST_ASSERT(a);
else
TEST_ASSERT(b);