Commit 6ada0608 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 3b4bb9dc
...@@ -2452,7 +2452,7 @@ static void test__stricmp(void) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment