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