Make not even macros use test_fail_msg.

This commit is contained in:
Nick Mathewson
2014-09-15 21:22:36 -04:00
parent 0243895792
commit 5253ba3184
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -22,10 +22,6 @@
#define PRETTY_FUNCTION ""
#endif
#define test_fail_msg(msg) TT_DIE((msg))
#define test_fail() test_fail_msg("Assertion failed.")
#define test_assert(expr) tt_assert(expr)
#define test_eq(expr1, expr2) tt_int_op((expr1), ==, (expr2))