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