X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-vprintf-posix.c;h=85222831ccf2fbebd68d8bb99e7d235cc5d9ce48;hb=dcfa509347541cf4a44f7e5be5fc74398d8a8199;hp=441551f66696b5535a070367b5fbd48e2181fb41;hpb=e220635fc952c63b533873f2af39ec76aed4b4e3;p=gnulib.git diff --git a/tests/test-vprintf-posix.c b/tests/test-vprintf-posix.c index 441551f66..85222831c 100644 --- a/tests/test-vprintf-posix.c +++ b/tests/test-vprintf-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-printf-posix.h"