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