X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-getdate.c;h=5f7095c5c90102a2717591a3071dbe18c53b8fd7;hb=fe9ecba865a2015187a862f25ada175a5d3d8aa8;hp=40d80dfe03282a812e62823f6b726ef3f5539694;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/tests/test-getdate.c b/tests/test-getdate.c index 40d80dfe0..5f7095c5c 100644 --- a/tests/test-getdate.c +++ b/tests/test-getdate.c @@ -1,5 +1,5 @@ /* Test of getdate() function. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 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 @@ -19,26 +19,14 @@ #include +#include "getdate.h" + #include #include #include #include "progname.h" - -#include "getdate.h" - -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", \ - __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) +#include "macros.h" #ifdef DEBUG #define LOG(str, now, res) \ @@ -61,7 +49,7 @@ static const char* const day_table[] = }; int -main (int argc _UNUSED_PARAMETER_, char **argv) +main (int argc _GL_UNUSED, char **argv) { struct timespec result; struct timespec result2;