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