xaudio2_7/tests: Remove duplicate call to test_DeviceDetails.

Sebastian Lackner sebastian at fds-team.de
Thu Sep 24 15:01:51 CDT 2015


Signed-off-by: Sebastian Lackner <sebastian at 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 aabb70e..1d20cc3 100644
--- a/dlls/xaudio2_7/tests/xaudio2.c
+++ b/dlls/xaudio2_7/tests/xaudio2.c
@@ -767,7 +767,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);
-- 
2.5.1



More information about the wine-patches mailing list