| Message ID | 81720f64aa53cba0387db0b9b840bd2d72916c5f.1757829403.git.alx@kernel.org (mailing list archive) |
|---|---|
| State | RFC |
| Headers | |
| Series | string: Addd equality APIs | |
Checks
| Context | Check | Description |
|---|---|---|
| redhat-pt-bot/TryBot-apply_patch | success | Patch applied to master at the time it was sent |
| redhat-pt-bot/TryBot-32bit | success | Build for i686 |
Commit Message
diff --git a/localedata/tests-mbwc/dat_wcscmp.c b/localedata/tests-mbwc/dat_wcscmp.c index a7be0fe75e..99eee430b2 100644 --- a/localedata/tests-mbwc/dat_wcscmp.c +++ b/localedata/tests-mbwc/dat_wcscmp.c @@ -128,6 +128,6 @@ TST_WCSCMP tst_wcscmp_loc [] = { } }, { - { Twcschr, TST_LOC_end} + { Twcscmp, TST_LOC_end} } };