X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-open.c;h=3c5b2abdbb027e6357b4238cfb909ddabd82a41d;hb=6dc42e2d25df9c84b335062bad9beb0a7319647b;hp=4bdf31431f39022ba5662ea6fa0a5062b2a6360f;hpb=89ae4589dd58d12e7cbcf0e92c1d828c1e430f97;p=pspp diff --git a/tests/test-open.c b/tests/test-open.c index 4bdf31431f..3c5b2abdbb 100644 --- a/tests/test-open.c +++ b/tests/test-open.c @@ -1,5 +1,5 @@ /* Test of opening a file descriptor. - 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 @@ -26,20 +26,9 @@ SIGNATURE_CHECK (open, int, (char const *, int, ...)); #include #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" #define BASE "test-open.t"