mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
msvcrt/tests: Add a trailing '\n' to a win_skip() call.
This commit is contained in:
parent
3b4bb9dcf3
commit
6ada0608bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue