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

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

parent bf75229a
......@@ -3696,7 +3696,7 @@ void test_ShellItemGetAttributes(void)
}
if(FAILED(hr))
{
skip("Skipping tests.");
skip("Skipping tests.\n");
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