Commit bab99e53 authored by Alexandre Julliard's avatar Alexandre Julliard

user32/tests: Non-US keyboards are allowed on Wine too.

parent 07a002f3
......@@ -894,7 +894,7 @@ static void test_Input_blackbox(void)
if (GetKeyboardLayout(0) != (HKL)(ULONG_PTR)0x04090409)
{
win_skip("Skipping Input_blackbox test on non-US keyboard\n");
skip("Skipping Input_blackbox test on non-US keyboard\n");
return;
}
window = CreateWindow("Static", NULL, WS_POPUP|WS_HSCROLL|WS_VSCROLL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment