user32/tests: Non-US keyboards are allowed on Wine too.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 9 Sep 2009 10:18:56 +0000 (12:18 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Sep 2009 10:18:56 +0000 (12:18 +0200)
dlls/user32/tests/input.c

index 548a5adbea0a5b8420cc8ef18a086688fa155807..42d954442a7a2afdf6d8a32f9b48fc58339e724d 100644 (file)
@@ -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