Commit 32d8e9cb authored by Alexandre Julliard's avatar Alexandre Julliard

d3d8/tests: Remove a todo from a test that succeeds.

parent a6d38832
......@@ -634,7 +634,7 @@ static void fog_test(IDirect3DDevice8 *device)
}
color = getPixelColor(device, 160, 360);
todo_wine ok(color_match(color, 0x00e51900, 4), "Partially fogged quad has color %08x\n", color);
ok(color_match(color, 0x00e51900, 4), "Partially fogged quad has color %08x\n", color);
color = getPixelColor(device, 160, 120);
ok(color_match(color, D3DCOLOR_ARGB(0x00, 0x00, 0xff, 0x00), 1),
"Fogged out quad has color %08x\n", color);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment