d3d9: Improve an ok line.

This commit is contained in:
Stefan Dösinger 2008-03-29 23:06:38 +01:00 committed by Alexandre Julliard
parent 20e63160df
commit de5a8db58b
1 changed files with 1 additions and 1 deletions

View File

@ -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 */