X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_test.c;h=6bacc078a135fc45c314f6dc3b3d94b26b1eb40c;hb=724c562aa7cbd2c458da76fd5164e6b071ca9bc8;hp=424dc1c60cce1f6cef715f760756cb8dce7b4b5c;hpb=a562f3635a01ccc315d964f115b7c256a94a44b6;p=gnulib.git diff --git a/tests/unictype/test-pr_test.c b/tests/unictype/test-pr_test.c index 424dc1c60..6bacc078a 100644 --- a/tests/unictype/test-pr_test.c +++ b/tests/unictype/test-pr_test.c @@ -1,5 +1,5 @@ /* Test the Unicode character type functions. - Copyright (C) 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2007-2009 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 @@ -18,21 +18,9 @@ #include "unictype.h" -#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 ()