summaryrefslogtreecommitdiff
path: root/elf/tst-tlsalign.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsalign.c')
-rw-r--r--elf/tst-tlsalign.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/elf/tst-tlsalign.c b/elf/tst-tlsalign.c
index b8e64d258e..f16ab6080f 100644
--- a/elf/tst-tlsalign.c
+++ b/elf/tst-tlsalign.c
@@ -1,5 +1,5 @@
/* Test for large alignment in TLS blocks, BZ#18383.
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -81,5 +81,4 @@ do_test (void)
return fail ? EXIT_FAILURE : EXIT_SUCCESS;
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>