diff options
Diffstat (limited to 'string/test-strcat.c')
-rw-r--r-- | string/test-strcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-strcat.c b/string/test-strcat.c index 26e37fa523..01d180eb50 100644 --- a/string/test-strcat.c +++ b/string/test-strcat.c @@ -269,4 +269,4 @@ test_main (void) return ret; } -#include "../test-skeleton.c" +#include <support/test-driver.c> |