From 9bb215979c8c23dc2956fbb13d082008f6dd8c0d Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 24 Sep 2015 22:01:51 +0200 Subject: [PATCH] xaudio2_7/tests: Remove duplicate call to test_DeviceDetails. Signed-off-by: Sebastian Lackner --- 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 e8f4fbc281d..2cea7af1929 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);