Francois Gouget : shell32/tests: Add a trailing '\n' to a couple of win_skip() calls.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 19 16:00:06 CDT 2014


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 19 00:26:15 2014 +0200

shell32/tests: Add a trailing '\n' to a couple of win_skip() calls.

---

 dlls/shell32/tests/shlfolder.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c
index a583d49..fc37443 100644
--- a/dlls/shell32/tests/shlfolder.c
+++ b/dlls/shell32/tests/shlfolder.c
@@ -3739,7 +3739,7 @@ static void test_ShellItemArrayEnumItems(void)
 
     if(!pSHCreateShellItemArray)
     {
-        win_skip("No SHCreateShellItemArray, skipping test..");
+        win_skip("No SHCreateShellItemArray, skipping test...\n");
         return;
     }
 
@@ -4157,7 +4157,7 @@ static void test_ShellItemArrayGetAttributes(void)
 
     if(!pSHCreateShellItemArrayFromShellItem)
     {
-        win_skip("No SHCreateShellItemArrayFromShellItem, skipping test..");
+        win_skip("No SHCreateShellItemArrayFromShellItem, skipping test...\n");
         return;
     }
 




More information about the wine-cvs mailing list