From de5a8db58b51be2f65baf3b9b67d79bc9c49a17e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20D=C3=B6singer?= Date: Sat, 29 Mar 2008 23:06:38 +0100 Subject: [PATCH] d3d9: Improve an ok line. --- dlls/d3d9/tests/visual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c index a22b168af1..d4e840a7aa 100644 --- a/dlls/d3d9/tests/visual.c +++ b/dlls/d3d9/tests/visual.c @@ -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 */ -- 2.32.0.93.g670b81a890