X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funinorm%2Ftest-canonical-decomposition.c;h=c9a4ec2b21a404c7c6163176001c36190744ed96;hb=1bb384c44db25aef8f8b455cef22af32d8401abc;hp=040011b559cc59232661a61850d2f82f3551974d;hpb=4076a9bb3b7e5dfb023714bb6d858860a86d273a;p=gnulib.git diff --git a/tests/uninorm/test-canonical-decomposition.c b/tests/uninorm/test-canonical-decomposition.c index 040011b55..c9a4ec2b2 100644 --- a/tests/uninorm/test-canonical-decomposition.c +++ b/tests/uninorm/test-canonical-decomposition.c @@ -1,5 +1,5 @@ /* Test of canonical decomposition of Unicode characters. - 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,20 +20,7 @@ #include "uninorm.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 ()