about summary refs log tree commit diff
path: root/elf/vismain.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/vismain.c')
-rw-r--r--elf/vismain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/vismain.c b/elf/vismain.c
index d00102394c..43f1d8f095 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.  */