diff options
Diffstat (limited to 'src/test/test.h')
-rw-r--r-- | src/test/test.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test.h b/src/test/test.h index 05000c0c46..c2b333c286 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -22,9 +22,6 @@ #define PRETTY_FUNCTION "" #endif -#define test_eq(expr1, expr2) tt_int_op((expr1), ==, (expr2)) -#define test_streq(expr1, expr2) tt_str_op((expr1), ==, (expr2)) - /* As test_mem_op, but decodes 'hex' before comparing. There must be a * local char* variable called mem_op_hex_tmp for this to work. */ #define test_mem_op_hex(expr1, op, hex) \ |