summaryrefslogtreecommitdiff
path: root/elf/tst-dlmodcount.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:24:30 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:24:30 +0000
commit1949a12d5da678a8532359a95717d8e63910d93b (patch)
tree586d52ba1a6c68f69c997131a343c872bedb8d4e /elf/tst-dlmodcount.c
parentb12af7e807488f3c955f6eceea75c6f23f39f06d (diff)
parent963c37d5c0eb62b38f8764b23931c0dcdd497a13 (diff)
Merge commit 'refs/top-bases/t/master_backports' into t/master_backportst/master_backports
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>