Module: wine Branch: master Commit: bab99e535321bf804ed82c0b4fe463b0a2b3c95d URL: http://source.winehq.org/git/wine.git/?a=commit;h=bab99e535321bf804ed82c0b4f...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 9 12:18:56 2009 +0200
user32/tests: Non-US keyboards are allowed on Wine too.
---
dlls/user32/tests/input.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c index 548a5ad..42d9544 100644 --- a/dlls/user32/tests/input.c +++ b/dlls/user32/tests/input.c @@ -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