X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_byname.c;h=aa2676f09f4e29d2c5f0221e94a00c96002987f0;hb=3fdb706a2a7464a81025bfd07d06c867130f9f1f;hp=770d4c8fd252c0ae78249af253336d101223db95;hpb=2b7b09fce6b4dfcce32dfd6fe4642957e4bc3eee;p=gnulib.git diff --git a/tests/unictype/test-pr_byname.c b/tests/unictype/test-pr_byname.c index 770d4c8fd..aa2676f09 100644 --- a/tests/unictype/test-pr_byname.c +++ b/tests/unictype/test-pr_byname.c @@ -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 ()