xaudio2_7/tests: Remove duplicate call to test_DeviceDetails.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
This commit is contained in:
Sebastian Lackner 2015-09-24 22:01:51 +02:00 committed by Alexandre Julliard
parent eae93c1f41
commit 9bb215979c
1 changed files with 0 additions and 1 deletions

View File

@ -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);