Commit 89011e6f authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3d9/tests: Fix typo.

parent 6c820bbc
......@@ -1193,7 +1193,7 @@ static void clear_test(void)
ok(color == 0x0000ff00, "(322,242) has color %08x\n", color);
color = getPixelColor(device, 478, 358);
ok(color == 0x0000ff00, "(478,358 has color %08x\n", color);
ok(color == 0x0000ff00, "(478,358) has color %08x\n", color);
color = getPixelColor(device, 482, 358);
ok(color == 0x00ffffff, "(482,358) has color %08x\n", color);
color = getPixelColor(device, 478, 362);
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