user32/tests: Flush events before the key flags test.

This commit is contained in:
Alexandre Julliard 2011-11-08 18:16:55 +01:00
parent dda9299760
commit f0d1bf5f4e
1 changed files with 1 additions and 0 deletions

View File

@ -13024,6 +13024,7 @@ static void test_keyflags(void)
test_window = CreateWindowEx(0, "TestWindowClass", NULL, WS_OVERLAPPEDWINDOW | WS_VISIBLE,
100, 100, 200, 200, 0, 0, 0, NULL);
flush_events();
flush_sequence();
/* keyup without a keydown */