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

Francois Gouget fgouget at free.fr
Sat Jan 5 09:17:42 CST 2013


---
 dlls/msvcrt/tests/string.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcrt/tests/string.c b/dlls/msvcrt/tests/string.c
index f2fd8f9..43fe7c5 100644
--- a/dlls/msvcrt/tests/string.c
+++ b/dlls/msvcrt/tests/string.c
@@ -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;
     }
 
-- 
1.7.10.4




More information about the wine-patches mailing list