Commit 9bb21597 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

xaudio2_7/tests: Remove duplicate call to test_DeviceDetails.

parent eae93c1f
...@@ -775,7 +775,6 @@ START_TEST(xaudio2) ...@@ -775,7 +775,6 @@ START_TEST(xaudio2)
has_devices = test_DeviceDetails(xa27); has_devices = test_DeviceDetails(xa27);
if(has_devices){ if(has_devices){
test_DeviceDetails(xa27);
test_simple_streaming((IXAudio2*)xa27); test_simple_streaming((IXAudio2*)xa27);
test_buffer_callbacks((IXAudio2*)xa27); test_buffer_callbacks((IXAudio2*)xa27);
test_looping((IXAudio2*)xa27); test_looping((IXAudio2*)xa27);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment