diff options
Diffstat (limited to 'elf/tst-execstack-prog.c')
-rw-r--r-- | elf/tst-execstack-prog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-execstack-prog.c b/elf/tst-execstack-prog.c index 5a66d63..8663153 100644 --- a/elf/tst-execstack-prog.c +++ b/elf/tst-execstack-prog.c @@ -30,6 +30,4 @@ deeper (void (*f) (void)) memfrob (stack, sizeof stack); } - -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |