diff options
Diffstat (limited to 'elf/vismain.c')
-rw-r--r-- | elf/vismain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/vismain.c b/elf/vismain.c index d001023..43f1d8f 100644 --- a/elf/vismain.c +++ b/elf/vismain.c @@ -29,10 +29,9 @@ /* Prototype for our test function. */ extern int do_test (void); -#define TEST_FUNCTION do_test () /* This defines the `main' function and some more. */ -#include <test-skeleton.c> +#include <support/test-driver.c> /* Prototypes for local functions. */ |