diff options
Diffstat (limited to 'nptl/tst-cleanup0.c')
-rw-r--r-- | nptl/tst-cleanup0.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/tst-cleanup0.c b/nptl/tst-cleanup0.c index 011e5a60c1..601ad73634 100644 --- a/nptl/tst-cleanup0.c +++ b/nptl/tst-cleanup0.c @@ -71,5 +71,4 @@ do_test (void) #define EXPECTED_STATUS 9 -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |