Commit e5708c23 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

d3d9/tests: Actually test a return value.

parent 80bd7fdd
......@@ -26393,7 +26393,7 @@ static void test_sample_attached_rendertarget(void)
hr = IDirect3DDevice9_DrawPrimitive(device, D3DPT_TRIANGLESTRIP, 0, 2);
ok(hr == D3D_OK, "Got unexpected hr %#x.\n", hr);
IDirect3DQuery9_Issue(event_query, D3DISSUE_END);
hr = IDirect3DQuery9_Issue(event_query, D3DISSUE_END);
ok(hr == D3D_OK, "Got unexpected hr %#x.\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