Signed-off-by: Rémi Bernon rbernon@codeweavers.com ---
Notes: See https://testbot.winehq.org/JobDetails.pl?Key=59199#k214
dlls/user32/tests/msg.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 3ff0df9c76c..0de6eea47a6 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -14382,6 +14382,7 @@ static void test_dbcs_wm_char(void) WS_OVERLAPPEDWINDOW, 100, 100, 200, 200, 0, 0, 0, NULL); ok (hwnd != 0, "Failed to create overlapped window\n"); ok (hwnd2 != 0, "Failed to create overlapped window\n"); + flush_events(); flush_sequence();
memset( wmCharSeq, 0, sizeof(wmCharSeq) );