summaryrefslogtreecommitdiff
path: root/elf/tst-nodelete-opened.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-nodelete-opened.c')
-rw-r--r--elf/tst-nodelete-opened.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/elf/tst-nodelete-opened.c b/elf/tst-nodelete-opened.c
index 75d382eba3..322ead2122 100644
--- a/elf/tst-nodelete-opened.c
+++ b/elf/tst-nodelete-opened.c
@@ -1,7 +1,7 @@
/* Verify that an already opened DSO opened agained with RTLD_NODELETE actually
sets the NODELETE flag.
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -65,5 +65,4 @@ do_test (void)
return 0;
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>