X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fsync.c;fp=tests%2Ftest-fsync.c;h=12a56b2ce9120bb7585974ae97e14da8305ef9ba;hb=987e5651e8d1c5aa933c9ce88562806af4093702;hp=bf789a2aa63556647f79ec94ed7ac8ea093934cb;hpb=effbadc5cdd5c424f97367d66297e0e2aa057d63;p=gnulib.git diff --git a/tests/test-fsync.c b/tests/test-fsync.c index bf789a2aa..12a56b2ce 100644 --- a/tests/test-fsync.c +++ b/tests/test-fsync.c @@ -22,20 +22,9 @@ SIGNATURE_CHECK (fsync, int, (int)); #include -#include #include -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) +#include "macros.h" int main (void)