Commit d529e13c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32/tests: Add a trailing linefeed to an ok() message.

parent ed2b4272
...@@ -2775,7 +2775,7 @@ static DWORD CALLBACK test_CoWaitForMultipleHandles_thread(LPVOID arg) ...@@ -2775,7 +2775,7 @@ static DWORD CALLBACK test_CoWaitForMultipleHandles_thread(LPVOID arg)
ok(hr == RPC_S_CALLPENDING, "expected RPC_S_CALLPENDING, got 0x%08x\n", hr); ok(hr == RPC_S_CALLPENDING, "expected RPC_S_CALLPENDING, got 0x%08x\n", hr);
hr = CoWaitForMultipleHandles(0, 200, 1, &thread, &index); hr = CoWaitForMultipleHandles(0, 200, 1, &thread, &index);
ok(hr == S_OK, "expected S_OK, got 0x%08x\n", hr); ok(hr == S_OK, "expected S_OK, got 0x%08x\n", hr);
ok(index == WAIT_OBJECT_0, "cowait_unmarshal_thread didn't finish"); ok(index == WAIT_OBJECT_0, "cowait_unmarshal_thread didn't finish\n");
CloseHandle(thread); CloseHandle(thread);
hr = CoRegisterMessageFilter(NULL, NULL); hr = CoRegisterMessageFilter(NULL, NULL);
......
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