1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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:
Francois Gouget 2023-09-06 11:24:29 +02:00 committed by Alexandre Julliard
parent 91cce00dba
commit a6d6f914b3

View file

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