From b7b916b05f1e08b189cacbe5c205fd211e3c3b40 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 5 Mar 2011 11:51:37 +0100 Subject: [PATCH] shell32/tests: Add a trailing '\n' to a skip(). --- dlls/shell32/tests/shlfolder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c index bc3e4262daa..c17694be4dc 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; }