summaryrefslogtreecommitdiff
path: root/tests/test-vdprintf-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-vdprintf-posix.c')
-rw-r--r--tests/test-vdprintf-posix.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/test-vdprintf-posix.c b/tests/test-vdprintf-posix.c
index 175046f848..949665e0c1 100644
--- a/tests/test-vdprintf-posix.c
+++ b/tests/test-vdprintf-posix.c
@@ -27,15 +27,15 @@
#include <string.h>
#define ASSERT(expr) \
- do \
- { \
- if (!(expr)) \
- { \
+ do \
+ { \
+ if (!(expr)) \
+ { \
fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
- fflush (stderr); \
- abort (); \
- } \
- } \
+ fflush (stderr); \
+ abort (); \
+ } \
+ } \
while (0)
#include "test-fprintf-posix.h"