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