Commit f0d1bf5f authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent dda92997
......@@ -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 */
......
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