X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funicase%2Ftest-u32-is-cased.c;h=020a7a2df86fb08a21a43318f475768c402b14ad;hb=8fe59d16da6be1fbd1a3a9e507d620bd381b00da;hp=d8353fc408ff507c37c95fdee4eb3167b8cd030a;hpb=8a4dc70a0d4efd5f53abb1f7a1c24fe67915f96b;p=gnulib.git diff --git a/tests/unicase/test-u32-is-cased.c b/tests/unicase/test-u32-is-cased.c index d8353fc40..020a7a2df 100644 --- a/tests/unicase/test-u32-is-cased.c +++ b/tests/unicase/test-u32-is-cased.c @@ -27,15 +27,15 @@ #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) #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 UNIT uint32_t