shell32/tests: Add a trailing '\n' to a skip().
This commit is contained in:
parent
bf75229a04
commit
b7b916b05f
|
@ -3696,7 +3696,7 @@ void test_ShellItemGetAttributes(void)
|
||||||
}
|
}
|
||||||
if(FAILED(hr))
|
if(FAILED(hr))
|
||||||
{
|
{
|
||||||
skip("Skipping tests.");
|
skip("Skipping tests.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue