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