summaryrefslogtreecommitdiff
path: root/tests/test-posixtm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-posixtm.c')
-rw-r--r--tests/test-posixtm.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/test-posixtm.c b/tests/test-posixtm.c
index e1a87a0a83..9c94262b38 100644
--- a/tests/test-posixtm.c
+++ b/tests/test-posixtm.c
@@ -27,18 +27,7 @@
#include <time.h>
#include "intprops.h"
-
-#define ASSERT(expr) \
- do \
- { \
- if (!(expr)) \
- { \
- fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
- fflush (stderr); \
- abort (); \
- } \
- } \
- while (0)
+#include "macros.h"
struct posixtm_test
{