diff options
Diffstat (limited to '')
-rw-r--r-- | common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -271,5 +271,4 @@ void test_assert(const char *file, int line, enum assert_type type, enum assert_ #define ASSERT_ZERO(HAVE)\ ASSERT_EQ_INT(HAVE, 0) - #endif |