X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-fprintf-posix.c;h=4133e40bd2c30f53d9127d71c4156fc32813f634;hb=dcfa509347541cf4a44f7e5be5fc74398d8a8199;hp=12e57fe274fdcfaa785df51ffb9891594c0baaeb;hpb=e220635fc952c63b533873f2af39ec76aed4b4e3;p=gnulib.git diff --git a/tests/test-fprintf-posix.c b/tests/test-fprintf-posix.c index 12e57fe27..4133e40bd 100644 --- a/tests/test-fprintf-posix.c +++ b/tests/test-fprintf-posix.c @@ -22,21 +22,20 @@ #include #include -#include #include #include #include #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"