X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-fwritable.c;h=34f24270899987906821c0907f05a283333b2bfd;hb=dcfa509347541cf4a44f7e5be5fc74398d8a8199;hp=a0659edc0c4870f460f832d23910ae21b7500b9e;hpb=7becd9d708425924f3a402fdd3c6e18ba2a7e4e3;p=gnulib.git diff --git a/tests/test-fwritable.c b/tests/test-fwritable.c index a0659edc0..34f242708 100644 --- a/tests/test-fwritable.c +++ b/tests/test-fwritable.c @@ -30,15 +30,15 @@ #endif #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) #define TESTFILE "t-fwritable.tmp"