X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funicase%2Ftest-locale-language.c;h=1922434825e8f36ac93ef373bb376f89da34073d;hb=422ab2e0d70ed348e2fd0a82558be38e5859011a;hp=e8fe181571f21ff8cc0355848c9752fccf2efe89;hpb=be8da876ba317c8cdfa74b676c8f02642045289a;p=gnulib.git diff --git a/tests/unicase/test-locale-language.c b/tests/unicase/test-locale-language.c index e8fe18157..192243482 100644 --- a/tests/unicase/test-locale-language.c +++ b/tests/unicase/test-locale-language.c @@ -1,5 +1,5 @@ /* Test of language code determination. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-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 @@ -21,21 +21,9 @@ #include "unicase.h" #include -#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[])