diff options
Diffstat (limited to 'elf/tst-pathopt.c')
-rw-r--r-- | elf/tst-pathopt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/tst-pathopt.c b/elf/tst-pathopt.c index 8d73ad4def..e2c96fbc72 100644 --- a/elf/tst-pathopt.c +++ b/elf/tst-pathopt.c @@ -38,5 +38,4 @@ do_test (void) return result; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |