14 Jan
2024
14 Jan
'24
2:28 p.m.
From: Francois Gouget <fgouget(a)codeweavers.com> It should run the xaudio2_7:xaudio2 test when xaudio2_8/tests/xaudio2.c is modified. --- dlls/xaudio2_7/tests/xaudio2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/xaudio2_7/tests/xaudio2.c b/dlls/xaudio2_7/tests/xaudio2.c index 2b3102d21fe..857f0ef5659 100644 --- a/dlls/xaudio2_7/tests/xaudio2.c +++ b/dlls/xaudio2_7/tests/xaudio2.c @@ -1237,6 +1237,7 @@ START_TEST(xaudio2) CoInitialize(NULL); + ok(!xaudio27, "The test was run in with version %d\n", XAUDIO2_VER); test_xapo_creation(); if (!(audio = create_xaudio2())) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4837