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

This commit is contained in:
Francois Gouget 2014-08-19 00:26:15 +02:00 committed by Alexandre Julliard
parent 3745640790
commit c1d592876a
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}