Matteo Bruni : d3d9/tests: Fix typo.

Alexandre Julliard julliard at winehq.org
Tue May 24 15:55:00 CDT 2022


Module: wine
Branch: master
Commit: 89011e6f0a3ef888d6faaa4ad2ae0cebb714cc4d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=89011e6f0a3ef888d6faaa4ad2ae0cebb714cc4d

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Sun Apr  3 17:31:15 2022 +0200

d3d9/tests: Fix typo.

Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>

---

 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 f20f1ecb369..2913583916a 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -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);




More information about the wine-cvs mailing list