msvcrt/tests: Add a trailing '\n' to a win_skip() call.
This commit is contained in:
parent
3b4bb9dcf3
commit
6ada0608bf
|
@ -2452,7 +2452,7 @@ static void test__stricmp(void)
|
||||||
ok(ret < 0, "_stricmp returned %d\n", ret);
|
ok(ret < 0, "_stricmp returned %d\n", ret);
|
||||||
|
|
||||||
if(!setlocale(LC_ALL, "polish")) {
|
if(!setlocale(LC_ALL, "polish")) {
|
||||||
win_skip("stricmp tests");
|
win_skip("stricmp tests\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue