[PATCH 0/1] MR3742: dmsynth/tests: Add the trailing linefeed to a win_skip() message.
The missing linefeed was causing the test summary line to be garbled. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3742
From: Francois Gouget <fgouget(a)free.fr> The missing linefeed was causing the test summary line to be garbled. --- dlls/dmsynth/tests/dmsynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dmsynth/tests/dmsynth.c b/dlls/dmsynth/tests/dmsynth.c index 6d695991cac..dd96c87ef34 100644 --- a/dlls/dmsynth/tests/dmsynth.c +++ b/dlls/dmsynth/tests/dmsynth.c @@ -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; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3742
This merge request was approved by Michael Stefaniuc. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3742
participants (3)
-
Francois Gouget -
Francois Gouget (@fgouget) -
Michael Stefaniuc (@mstefani)