Sebastian Lackner : xaudio2_7/tests: Remove duplicate call to test_DeviceDetails.
Module: wine Branch: master Commit: 9bb215979c8c23dc2956fbb13d082008f6dd8c0d URL: http://source.winehq.org/git/wine.git/?a=commit;h=9bb215979c8c23dc2956fbb13d... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Thu Sep 24 22:01:51 2015 +0200 xaudio2_7/tests: Remove duplicate call to test_DeviceDetails. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> --- dlls/xaudio2_7/tests/xaudio2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/xaudio2_7/tests/xaudio2.c b/dlls/xaudio2_7/tests/xaudio2.c index e8f4fbc..2cea7af 100644 --- a/dlls/xaudio2_7/tests/xaudio2.c +++ b/dlls/xaudio2_7/tests/xaudio2.c @@ -775,7 +775,6 @@ START_TEST(xaudio2) has_devices = test_DeviceDetails(xa27); if(has_devices){ - test_DeviceDetails(xa27); test_simple_streaming((IXAudio2*)xa27); test_buffer_callbacks((IXAudio2*)xa27); test_looping((IXAudio2*)xa27);
participants (1)
-
Alexandre Julliard