Commit 766ee169 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

user32/tests: Flush remaining events before starting a new sequence.

parent ad5ca21d
......@@ -14375,6 +14375,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) );
......
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