[PATCH 2/5] d3d9/tests: Fix typo.

Matteo Bruni wine at gitlab.winehq.org
Fri May 20 05:40:04 CDT 2022


From: Matteo Bruni <mbruni at codeweavers.com>

Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
Just caught it in passing. The test could use some more general
cleanup (which I could certainly do).
---
 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);
-- 
GitLab


https://gitlab.winehq.org/wine/wine/-/merge_requests/101



More information about the wine-devel mailing list