X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-bitrotate.c;h=59c95a875685ad4d3d01980296ea77c6962c027b;hb=7d4900610fe09a4d16c37a5e3bd4e49160c33eeb;hp=15c37856001d90a9df924dfa6e0b29a6c04987af;hpb=0f8d50b0f587fd7e6f647773a8ede8051117bd64;p=gnulib.git diff --git a/tests/test-bitrotate.c b/tests/test-bitrotate.c index 15c378560..59c95a875 100644 --- a/tests/test-bitrotate.c +++ b/tests/test-bitrotate.c @@ -1,5 +1,5 @@ /* Test of substitute. - 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 @@ -20,21 +20,7 @@ #include "bitrotate.h" -#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)