diff options
Diffstat (limited to 'elf/tst-protected1a.c')
-rw-r--r-- | elf/tst-protected1a.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-protected1a.c b/elf/tst-protected1a.c index 3730357..4267b95 100644 --- a/elf/tst-protected1a.c +++ b/elf/tst-protected1a.c @@ -40,10 +40,8 @@ extern int do_test (void); int protected2 = -1; -#define TEST_FUNCTION do_test () - /* This defines the `main' function and some more. */ -#include <test-skeleton.c> +#include <support/test-driver.c> int do_test (void) |