From: Thomas Faber Date: Thu, 18 Jun 2015 14:02:55 +0000 (+0000) Subject: [USER32_APITEST] X-Git-Tag: backups/colins-printing-for-freedom@73041~15^2~38 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8c4e56def9bbbc87bc4688e64dea8e52dd7c9ae3 [USER32_APITEST] - Arch, will you stop only testing your code with MSVC?! svn path=/trunk/; revision=68189 --- diff --git a/rostests/apitests/user32/RegisterHotKey.c b/rostests/apitests/user32/RegisterHotKey.c index 60ca1560292..529797422e5 100644 --- a/rostests/apitests/user32/RegisterHotKey.c +++ b/rostests/apitests/user32/RegisterHotKey.c @@ -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 \ { \