diff --git a/cmc/utl/assert.h b/cmc/utl/assert.h index 0f0d2d6..8d1a7e2 100644 --- a/cmc/utl/assert.h +++ b/cmc/utl/assert.h @@ -663,7 +663,7 @@ CMC_UNUSED static uintmax_t cmc_assert_failed = 0; \ } while (0) -#define cmc_assert_equals__Bool(expected, actual) \ +#define cmc_assert_equals_bool(expected, actual) \ do \ { \ cmc_assert_total++; \ @@ -962,7 +962,7 @@ CMC_UNUSED static uintmax_t cmc_assert_failed = 0; \ } while (0) -#define cmc_assert_not_equals__Bool(expected, actual) \ +#define cmc_assert_not_equals_bool(expected, actual) \ do \ { \ cmc_assert_total++; \