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

Alexandre Julliard julliard at winehq.org
Mon Jan 7 13:42:19 CST 2013


Module: wine
Branch: master
Commit: 6ada0608bfad2839415a19bb94c0ee5640354099
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6ada0608bfad2839415a19bb94c0ee5640354099

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan  5 16:17:42 2013 +0100

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

---

 dlls/msvcrt/tests/string.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the wine-cvs mailing list