diff options
Diffstat (limited to 'elf/tst-order-main.c')
-rw-r--r-- | elf/tst-order-main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/tst-order-main.c b/elf/tst-order-main.c index 339778a93a..2a90130db6 100644 --- a/elf/tst-order-main.c +++ b/elf/tst-order-main.c @@ -9,5 +9,4 @@ do_test (void) exit(EXIT_SUCCESS); } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |