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