X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-isblank.c;h=229d8d6af608d86f5af5d0fd2288d0dc27acdeb7;hb=c3631123354a030261b19e206205bbfb973af38b;hp=babb998898a0cc4edd458ce55ecd5c14d850fc2a;hpb=3602dc4b7f55fa54a37a4a26fea79b2512fcd6e1;p=gnulib.git diff --git a/tests/test-isblank.c b/tests/test-isblank.c index babb99889..229d8d6af 100644 --- a/tests/test-isblank.c +++ b/tests/test-isblank.c @@ -1,5 +1,5 @@ /* Test of isblank() function. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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,13 @@ #include +#include "signature.h" +SIGNATURE_CHECK (isblank, 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 (int argc, char *argv[])