mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
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);
|
||||
|
||||
if(!setlocale(LC_ALL, "polish")) {
|
||||
win_skip("stricmp tests");
|
||||
win_skip("stricmp tests\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user