usp10/tests: Use win_skip instead of trace.
This commit is contained in:
parent
a7e13f565b
commit
80011be100
|
@ -1352,7 +1352,7 @@ static void test_digit_substitution(void)
|
|||
|
||||
if (!pEnumLanguageGroupLocalesA)
|
||||
{
|
||||
trace("EnumLanguageGroupLocalesA not available on this platform\n");
|
||||
win_skip("EnumLanguageGroupLocalesA not available on this platform\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue