Paul Gofman : d3dx9/tests: Remove a leftover todo_wine_if in test_effect_preshader().

Alexandre Julliard julliard at winehq.org
Mon Jun 5 16:56:31 CDT 2017


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

Author: Paul Gofman <gofmanp at gmail.com>
Date:   Fri Jun  2 12:58:06 2017 +0300

d3dx9/tests: Remove a leftover todo_wine_if in test_effect_preshader().

Signed-off-by: Paul Gofman <gofmanp at gmail.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3dx9_36/tests/effect.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/d3dx9_36/tests/effect.c b/dlls/d3dx9_36/tests/effect.c
index 86ea0dd..4315dd1 100644
--- a/dlls/d3dx9_36/tests/effect.c
+++ b/dlls/d3dx9_36/tests/effect.c
@@ -4399,7 +4399,6 @@ static void test_effect_preshader(IDirect3DDevice9 *device)
             ARRAY_SIZE(test_effect_preshader_bconsts));
     ok(hr == D3D_OK, "Got result %#x.\n", hr);
     for (i = 0; i < ARRAY_SIZE(test_effect_preshader_bconsts); ++i)
-        todo_wine_if(!bdata[i] != !test_effect_preshader_bconsts[i])
         ok(!bdata[i] == !test_effect_preshader_bconsts[i],
                 "Pixel shader boolean constants do not match.\n");
     for (; i < 16; ++i)




More information about the wine-cvs mailing list