mmdevapi: Fix a broken test.

oldstable
Maarten Lankhorst 2012-10-16 14:08:27 +02:00 committed by Alexandre Julliard
parent 7457f37e4a
commit d814eca3ba
1 changed files with 2 additions and 0 deletions

View File

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