Francois Gouget : shell32/tests: Add a trailing '\n' to a skip().

Alexandre Julliard julliard at winehq.org
Mon Mar 7 12:22:44 CST 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar  5 11:51:37 2011 +0100

shell32/tests: Add a trailing '\n' to a skip().

---

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

diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c
index bc3e426..c17694b 100644
--- a/dlls/shell32/tests/shlfolder.c
+++ b/dlls/shell32/tests/shlfolder.c
@@ -3696,7 +3696,7 @@ void test_ShellItemGetAttributes(void)
     }
     if(FAILED(hr))
     {
-        skip("Skipping tests.");
+        skip("Skipping tests.\n");
         return;
     }
 




More information about the wine-cvs mailing list