summaryrefslogtreecommitdiff
path: root/tests/uninorm/test-u16-normcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uninorm/test-u16-normcmp.c')
-rw-r--r--tests/uninorm/test-u16-normcmp.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/uninorm/test-u16-normcmp.c b/tests/uninorm/test-u16-normcmp.c
index 3cf947a34b..6fa42c39b1 100644
--- a/tests/uninorm/test-u16-normcmp.c
+++ b/tests/uninorm/test-u16-normcmp.c
@@ -25,15 +25,15 @@
#define SIZEOF(array) (sizeof (array) / sizeof (array[0]))
#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-u16-normcmp.h"