diff options
Diffstat (limited to 'string/test-strnlen.c')
-rw-r--r-- | string/test-strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-strnlen.c b/string/test-strnlen.c index 7059669b24..277146fb6c 100644 --- a/string/test-strnlen.c +++ b/string/test-strnlen.c @@ -191,4 +191,4 @@ test_main (void) return ret; } -#include "../test-skeleton.c" +#include <support/test-driver.c> |