From 8c4e56def9bbbc87bc4688e64dea8e52dd7c9ae3 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 18 Jun 2015 14:02:55 +0000 Subject: [PATCH] [USER32_APITEST] - Arch, will you stop only testing your code with MSVC?! svn path=/trunk/; revision=68189 --- rostests/apitests/user32/RegisterHotKey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ { \ -- 2.17.1