Commit de5a8db5 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3d9: Improve an ok line.

parent 20e63160
......@@ -6741,7 +6741,7 @@ static void alpha_test(IDirect3DDevice9 *device)
green = (color & 0x0000ff00) >> 8;
blue = (color & 0x000000ff);
ok(red >= 0x7e && red <= 0x81 && green == 0x00 && blue >= 0x7e && blue <= 0x81,
"DSTALPHA on texture returned color %08x, expected foo\n", color);
"DSTALPHA on texture returned color %08x, expected 0x00800080\n", color);
out:
/* restore things */
......
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