Commit a4f86cbf authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

concrt140/tests: Fix race in _Timer tests.

parent 36350845
......@@ -190,6 +190,7 @@ static void test_Timer(void)
call_func1(p__Timer__Stop, &timer);
ok(!timer.timer, "timer != NULL\n");
call_func1(p__Timer_dtor, &timer);
ResetEvent(callback_called);
call_func3(p__Timer_ctor, &timer, 1, FALSE);
timer.vtable = vtable;
......
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