X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-isblank.c;h=17ac70112d34922d0c0b1d9b0e31563f9eb928ba;hb=aae58b6f7bd0f7c2f38e05eb005b76c164c5c1f7;hp=babb998898a0cc4edd458ce55ecd5c14d850fc2a;hpb=3602dc4b7f55fa54a37a4a26fea79b2512fcd6e1;p=gnulib.git diff --git a/tests/test-isblank.c b/tests/test-isblank.c index babb99889..17ac70112 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, 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,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[])