shell32/tests: Add a trailing '\n' to a skip().
Francois Gouget
fgouget at free.fr
Sat Mar 5 04:51:37 CST 2011
---
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;
}
--
1.7.2.3
More information about the wine-patches
mailing list