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

Francois Gouget fgouget at free.fr
Wed Nov 25 12:40:33 CST 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ole32/tests/compobj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c
index 5d44cd5a0ba..2e5006463da 100644
--- a/dlls/ole32/tests/compobj.c
+++ b/dlls/ole32/tests/compobj.c
@@ -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);
     hr = CoWaitForMultipleHandles(0, 200, 1, &thread, &index);
     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);
 
     hr = CoRegisterMessageFilter(NULL, NULL);
-- 
2.20.1




More information about the wine-devel mailing list