diff options
Diffstat (limited to 'test/_case-test.h')
-rw-r--r-- | test/_case-test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/_case-test.h b/test/_case-test.h index 24a18f1..299f079 100644 --- a/test/_case-test.h +++ b/test/_case-test.h @@ -52,8 +52,8 @@ main(int, char **argv) bool test(const char8_t *line, int id) { - struct u8view mapped, sv = {line, strlen(line)}; - struct u8view before, after, flags; + u8view_t mapped, sv = {line, strlen(line)}; + u8view_t before, after, flags; ucscut(&before, &sv, U";", 1); ucscut(&after, &sv, U";", 1); ucscut(&flags, &sv, U";", 1); |