Commit 7deaf381 authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

user32/tests: Trace run number in test_SendMessage_other_thread.

parent 3610b54b
......@@ -19543,6 +19543,8 @@ static void test_SendMessage_other_thread(int thread_n)
DWORD tid, ret;
MSG msg;
winetest_push_context("thread_%i", thread_n);
wnd_event.start_event = CreateEventA(NULL, 0, 0, NULL);
wnd_event.stop_event = CreateEventA(NULL, 0, 0, NULL);
......@@ -19620,6 +19622,8 @@ static void test_SendMessage_other_thread(int thread_n)
flush_events();
flush_sequence();
winetest_pop_context();
CloseHandle(wnd_event.start_event);
CloseHandle(wnd_event.stop_event);
}
......
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