diff options
Diffstat (limited to 'posix/runtests.c')
-rw-r--r-- | posix/runtests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/runtests.c b/posix/runtests.c index 9d744751ea..d44bf36266 100644 --- a/posix/runtests.c +++ b/posix/runtests.c @@ -36,7 +36,7 @@ struct a_test { int expected; const char * pattern; - const unsigned char * data; + const char * data; }; static const struct a_test the_tests[] = |