summaryrefslogtreecommitdiff
path: root/tests/test-vsprintf-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-vsprintf-posix.c')
-rw-r--r--tests/test-vsprintf-posix.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/test-vsprintf-posix.c b/tests/test-vsprintf-posix.c
index 49a134781b..d716cb1fd8 100644
--- a/tests/test-vsprintf-posix.c
+++ b/tests/test-vsprintf-posix.c
@@ -30,18 +30,7 @@ SIGNATURE_CHECK (vsprintf, int, (char *, char const *, va_list));
#include <stdlib.h>
#include <string.h>
-#define SIZEOF(array) (sizeof (array) / sizeof (array[0]))
-#define ASSERT(expr) \
- do \
- { \
- if (!(expr)) \
- { \
- fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
- fflush (stderr); \
- abort (); \
- } \
- } \
- while (0)
+#include "macros.h"
#include "test-sprintf-posix.h"