diff options
Diffstat (limited to 'tests/test-glob.c')
-rw-r--r-- | tests/test-glob.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/test-glob.c b/tests/test-glob.c index fc5ec30124..750d9d8877 100644 --- a/tests/test-glob.c +++ b/tests/test-glob.c @@ -24,17 +24,17 @@ #include <stdlib.h> #include <string.h> -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", \ - __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ +#define ASSERT(expr) \ + do \ + { \ + if (!(expr)) \ + { \ + fprintf (stderr, "%s:%d: assertion failed\n", \ + __FILE__, __LINE__); \ + fflush (stderr); \ + abort (); \ + } \ + } \ while (0) #define GL_NO_SUCH_FILE "/gnulib-magic-does-not-exist" |