X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-freadseek.c;h=1da24c187e706e95351b31f882da278455498de9;hb=96687b16a22a4e07331bdeb5c3bdd534484f5b77;hp=7071909051290ff52276428af1708d46ef4301bc;hpb=134efcf3ec401132e2d949189f6abaee003078ef;p=gnulib.git diff --git a/tests/test-freadseek.c b/tests/test-freadseek.c index 707190905..1da24c187 100644 --- a/tests/test-freadseek.c +++ b/tests/test-freadseek.c @@ -1,5 +1,5 @@ /* Test of freadseek() function. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,17 +25,7 @@ #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 (int argc, char **argv)