diff options
Diffstat (limited to 'tests/test-binary-io.c')
-rw-r--r-- | tests/test-binary-io.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/test-binary-io.c b/tests/test-binary-io.c index 7e351086c2..335989fc03 100644 --- a/tests/test-binary-io.c +++ b/tests/test-binary-io.c @@ -28,15 +28,15 @@ #include <unistd.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 |