Michael Stefaniuc : d3d9/tests: Remove stray ok() call.

Alexandre Julliard julliard at winehq.org
Mon May 21 15:31:09 CDT 2012


Module: wine
Branch: master
Commit: 3d9a4e8921b62ab797dfadce23fccfee57c2e190
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d9a4e8921b62ab797dfadce23fccfee57c2e190

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon May 21 10:12:40 2012 +0200

d3d9/tests: Remove stray ok() call.

---

 dlls/d3d9/tests/visual.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index 0521791..be2d7dc 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -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);




More information about the wine-cvs mailing list