msvcrt/tests: Add a trailing '\n' to a win_skip() call.

This commit is contained in:
Francois Gouget 2013-01-05 16:17:42 +01:00 committed by Alexandre Julliard
parent 3b4bb9dcf3
commit 6ada0608bf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}