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