summaryrefslogtreecommitdiff
path: root/tests/test-isnan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-isnan.c')
-rw-r--r--tests/test-isnan.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/test-isnan.c b/tests/test-isnan.c
index 9a0856a0e7..e9dd5e321a 100644
--- a/tests/test-isnan.c
+++ b/tests/test-isnan.c
@@ -29,15 +29,15 @@
#include "nan.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)
/* HP cc on HP-UX 10.20 has a bug with the constant expression -0.0f.