X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funicase%2Ftest-mapping-part1.h;h=eb5e1bc4ce81560968f5e6c1b60c96c45e99827a;hb=987e5651e8d1c5aa933c9ce88562806af4093702;hp=ce546e0f6c0e5af393e5748f3df03b8c598ea581;hpb=effbadc5cdd5c424f97367d66297e0e2aa057d63;p=gnulib.git diff --git a/tests/unicase/test-mapping-part1.h b/tests/unicase/test-mapping-part1.h index ce546e0f6..eb5e1bc4c 100644 --- a/tests/unicase/test-mapping-part1.h +++ b/tests/unicase/test-mapping-part1.h @@ -18,23 +18,9 @@ #include "unicase.h" -#include -#include #include -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed for c = 0x%04X\n", \ - __FILE__, __LINE__, c); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) -#define SIZEOF(a) (sizeof(a) / sizeof(a[0])) +#include "macros.h" /* Pair of Unicode characters. */ typedef struct { ucs4_t ch; ucs4_t value; } pair_t;