Files
John Lindgren 2485d49d13 Wrap UNITY_TEST_ASSERT in a do ... while(0) block
This ensures that constructions like the following work correctly:

  if(condition)
    TEST_ASSERT(a);
  else
    TEST_ASSERT(b);
2020-04-09 13:03:16 -04:00
..
2020-03-19 09:48:40 -04:00
2020-03-16 18:45:40 -04:00