summaryrefslogtreecommitdiff
path: root/tests/test-mbschr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mbschr.c')
-rw-r--r--tests/test-mbschr.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/test-mbschr.c b/tests/test-mbschr.c
index 23bab6d40e..2028decf75 100644
--- a/tests/test-mbschr.c
+++ b/tests/test-mbschr.c
@@ -25,15 +25,15 @@
#include <stdlib.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)
int