[USER32_APITEST]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 18 Jun 2015 14:02:55 +0000 (14:02 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 18 Jun 2015 14:02:55 +0000 (14:02 +0000)
- Arch, will you stop only testing your code with MSVC?!

svn path=/trunk/; revision=68189

rostests/apitests/user32/RegisterHotKey.c

index 60ca156..5297974 100644 (file)
@@ -30,7 +30,7 @@
             if (msg.message == WM_HOTKEY) hotkey_count++;                                           \
             DispatchMessageW(&msg);                                                                 \
         }                                                                                           \
-        ok(hotkey_count == 1, "Received %d WM_HOTKEY messages, expected 1\n");                      \
+        ok(hotkey_count == 1, "Received %d WM_HOTKEY messages, expected 1\n", hotkey_count);        \
     } while (0)
 #define msg_no_hotkey(msg) do                                                                       \
     {                                                                                               \