mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
xaudio2_7/tests: Remove duplicate call to test_DeviceDetails.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
This commit is contained in:
parent
eae93c1f41
commit
9bb215979c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue