Commit cf8d7fbb authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 32d8e9cb
......@@ -685,7 +685,7 @@ static void fog_test(IDirect3DDevice7 *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, 0x0000ff00, 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