X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-isinf.c;h=dffd99088b00ac94c96f24cba6ed469c9a5a820a;hb=dcfa509347541cf4a44f7e5be5fc74398d8a8199;hp=43c77ada1947a1f94d81f83b8fb98803da572b1a;hpb=2cc4af230b9c35894b9e6e3515681c0a313ad3cc;p=gnulib.git diff --git a/tests/test-isinf.c b/tests/test-isinf.c index 43c77ada1..dffd99088 100644 --- a/tests/test-isinf.c +++ b/tests/test-isinf.c @@ -27,15 +27,15 @@ #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) float zerof = 0.0f;