dmsynth/tests: Add the trailing linefeed to a win_skip() message.
The missing linefeed was causing the test summary line to be garbled.
This commit is contained in:
parent
91cce00dba
commit
a6d6f914b3
1 changed files with 1 additions and 1 deletions
|
@ -1168,7 +1168,7 @@ static void test_IDirectMusicSynthSink(void)
|
|||
ok(hr == S_OK || broken(hr == DSERR_NODRIVER), "got %#lx\n", hr);
|
||||
if (broken(hr == DSERR_NODRIVER))
|
||||
{
|
||||
win_skip("Failed to create IDirectSound, skipping tests");
|
||||
win_skip("Failed to create IDirectSound, skipping tests\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue