X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-lstat.c;h=1940a2158bae3a8a19261da4dede649d8af554ac;hb=987e5651e8d1c5aa933c9ce88562806af4093702;hp=74a4fd2acf37d16c86f037fca4448003aac8cc69;hpb=effbadc5cdd5c424f97367d66297e0e2aa057d63;p=gnulib.git diff --git a/tests/test-lstat.c b/tests/test-lstat.c index 74a4fd2ac..1940a2158 100644 --- a/tests/test-lstat.c +++ b/tests/test-lstat.c @@ -35,18 +35,7 @@ SIGNATURE_CHECK (lstat, int, (char const *, struct stat *)); #include #include "same-inode.h" - -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) +#include "macros.h" #define BASE "test-lstat.t"