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

This commit is contained in:
Francois Gouget 2011-03-05 11:51:37 +01:00 committed by Alexandre Julliard
parent bf75229a04
commit b7b916b05f
1 changed files with 1 additions and 1 deletions

View File

@ -3696,7 +3696,7 @@ void test_ShellItemGetAttributes(void)
}
if(FAILED(hr))
{
skip("Skipping tests.");
skip("Skipping tests.\n");
return;
}