Author: tfaber Date: Thu Jun 18 14:02:55 2015 New Revision: 68189
URL: http://svn.reactos.org/svn/reactos?rev=68189&view=rev Log: [USER32_APITEST] - Arch, will you stop only testing your code with MSVC?!
Modified: trunk/rostests/apitests/user32/RegisterHotKey.c
Modified: trunk/rostests/apitests/user32/RegisterHotKey.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32/RegisterHo... ============================================================================== --- trunk/rostests/apitests/user32/RegisterHotKey.c [iso-8859-1] (original) +++ trunk/rostests/apitests/user32/RegisterHotKey.c [iso-8859-1] Thu Jun 18 14:02:55 2015 @@ -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 \ { \