X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-idpriv-drop.c;h=7157ef3c1f08bbd3663beee94685881bab68fd7a;hb=987e5651e8d1c5aa933c9ce88562806af4093702;hp=5dbc8e2888ed49f04fcb549fe429eeed6448ef3b;hpb=effbadc5cdd5c424f97367d66297e0e2aa057d63;p=gnulib.git diff --git a/tests/test-idpriv-drop.c b/tests/test-idpriv-drop.c index 5dbc8e288..7157ef3c1 100644 --- a/tests/test-idpriv-drop.c +++ b/tests/test-idpriv-drop.c @@ -24,17 +24,7 @@ #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" static void show_uids ()