Commit 3be9cbc4 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Message filters aren't used in the test_call_from_message test, so remove…

ole32: Message filters aren't used in the test_call_from_message test, so remove the call to CoRegisterMessageFilter.
parent 1871473b
......@@ -1722,8 +1722,6 @@ static void test_call_from_message(void)
ok_more_than_one_lock();
hr = CoRegisterMessageFilter(&MessageFilter, NULL);
/* start message re-entrancy test */
hr = IClassFactory_CreateInstance(proxy, NULL, &IID_IUnknown, (void **)&object);
ok_ole_success(hr, IClassFactory_CreateInstance);
......
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