[PATCH 2/5] msvcrt/tests: Add tests for _strncoll/_wcsncoll.

Piotr Caban piotr.caban at gmail.com
Thu Aug 16 06:17:44 CDT 2018


On 08/15/18 23:49, Daniel Lehman wrote:
> +    for (i = 0; i < ARRAY_SIZE(tests); i++)
> +    {
> +        setlocale(LC_ALL, tests[i].locale);
You will need to skip the tests if "English" locale is not available.

Thanks,
Piotr



More information about the wine-devel mailing list