Skip to content
Snippets Groups Projects
Commit 3d9a4e89 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

d3d9/tests: Remove stray ok() call.

parent fd1eab7f
No related branches found
No related tags found
No related merge requests found
......@@ -8614,7 +8614,6 @@ static void stencil_cull_test(IDirect3DDevice9 *device) {
ok(hr == D3D_OK, "IDirect3DDevice9_EndScene returned %08x\n", hr);
}
 
ok(hr == D3D_OK, "IDirect3DDevice9_SetRenderState returned %08x\n", hr);
hr = IDirect3DDevice9_SetRenderState(device, D3DRS_STENCILZFAIL, D3DSTENCILOP_KEEP);
ok(hr == D3D_OK, "IDirect3DDevice9_SetRenderState returned %08x\n", hr);
hr = IDirect3DDevice9_SetRenderState(device, D3DRS_STENCILPASS, D3DSTENCILOP_KEEP);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment