summaryrefslogtreecommitdiff
path: root/elf/tst-dlmodcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-dlmodcount.c')
-rw-r--r--elf/tst-dlmodcount.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c
index 71653c3e1a..062530637c 100644
--- a/elf/tst-dlmodcount.c
+++ b/elf/tst-dlmodcount.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David Mosberger <davidm@hpl.hp.com>, 2004.
@@ -105,5 +105,4 @@ do_test (void)
return 0;
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>