summaryrefslogtreecommitdiff
path: root/string/test-strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-strcat.c')
-rw-r--r--string/test-strcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/test-strcat.c b/string/test-strcat.c
index 1dda0215b8..c9735c5521 100644
--- a/string/test-strcat.c
+++ b/string/test-strcat.c
@@ -1,5 +1,5 @@
/* Test strcat functions.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Jakub Jelinek <jakub@redhat.com>, 1999.
@@ -269,4 +269,4 @@ test_main (void)
return ret;
}
-#include "../test-skeleton.c"
+#include <support/test-driver.c>