d3d9/tests: Actually test a return value.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
80bd7fdd56
commit
e5708c23bb
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue