[PATCH] user32/tests: Fix the wording of an ok() message.

Francois Gouget fgouget at free.fr
Sun Jul 4 08:41:02 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/user32/tests/msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 469c193c1a3..d237e22f1fc 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -5272,7 +5272,7 @@ static void test_WM_DEVICECHANGE(HWND hwnd)
         ret = PostMessageA(hwnd, WM_DEVICECHANGE, wparams[i], 0);
         if (wparams[i] & 0x8000)
         {
-            ok(ret == FALSE, "PostMessage should returned %d\n", ret);
+            ok(ret == FALSE, "PostMessage returned %d\n", ret);
             ok(GetLastError() == ERROR_MESSAGE_SYNC_ONLY, "PostMessage error %08x\n", GetLastError());
         }
         else
-- 
2.20.1




More information about the wine-devel mailing list