Commit d814eca3 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

mmdevapi: Fix a broken test.

parent 7457f37e
......@@ -2094,6 +2094,8 @@ static void test_worst_case(void)
hr = IAudioRenderClient_ReleaseBuffer(arc, fragment, AUDCLNT_BUFFERFLAGS_SILENT);
ok(hr == S_OK, "ReleaseBuffer failed: %08x\n", hr);
if(hr == S_OK)
sum += fragment;
}
hr = IAudioClient_Start(ac);
......
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