Commit d473d02c authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

mmdevapi/tests: Remove dead assignment (Clang).

parent 8f32948d
......@@ -618,7 +618,6 @@ static void test_clock(void)
hr = IAudioClock_GetPosition(acl, &pos, NULL);
ok(hr == S_OK, "GetPosition failed: %08x\n", hr);
ok(pos == 0, "GetPosition returned non-zero pos after Reset\n");
last = pos;
hr = IAudioRenderClient_GetBuffer(arc, pwfx->nSamplesPerSec / 2., &data);
ok(hr == S_OK, "GetBuffer failed: %08x\n", hr);
......
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