mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2026-09-08 20:34:34 -04:00
2485d49d13
This ensures that constructions like the following work correctly:
if(condition)
TEST_ASSERT(a);
else
TEST_ASSERT(b);