diff options
Diffstat (limited to 'elf/tst-dlsym-error.c')
-rw-r--r-- | elf/tst-dlsym-error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/tst-dlsym-error.c b/elf/tst-dlsym-error.c index 22dcff4..fac8f10 100644 --- a/elf/tst-dlsym-error.c +++ b/elf/tst-dlsym-error.c @@ -110,5 +110,4 @@ do_test (void) } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |