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

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Paul Gofman 2017-06-02 12:58:06 +03:00 committed by Alexandre Julliard
parent ef22e6f0da
commit b45db52d98
1 changed files with 0 additions and 1 deletions

View File

@ -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)