Commit c1d59287 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 37456407
...@@ -3739,7 +3739,7 @@ static void test_ShellItemArrayEnumItems(void) ...@@ -3739,7 +3739,7 @@ static void test_ShellItemArrayEnumItems(void)
if(!pSHCreateShellItemArray) if(!pSHCreateShellItemArray)
{ {
win_skip("No SHCreateShellItemArray, skipping test.."); win_skip("No SHCreateShellItemArray, skipping test...\n");
return; return;
} }
...@@ -4157,7 +4157,7 @@ static void test_ShellItemArrayGetAttributes(void) ...@@ -4157,7 +4157,7 @@ static void test_ShellItemArrayGetAttributes(void)
if(!pSHCreateShellItemArrayFromShellItem) if(!pSHCreateShellItemArrayFromShellItem)
{ {
win_skip("No SHCreateShellItemArrayFromShellItem, skipping test.."); win_skip("No SHCreateShellItemArrayFromShellItem, skipping test...\n");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment