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