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