oleaut32/tests: Add a trailing '\n' to a couple of ok() calls.

Francois Gouget fgouget at free.fr
Wed Aug 28 09:25:31 CDT 2013


---
 dlls/oleaut32/tests/typelib.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/oleaut32/tests/typelib.c b/dlls/oleaut32/tests/typelib.c
index bc759c0..a89f3d2 100644
--- a/dlls/oleaut32/tests/typelib.c
+++ b/dlls/oleaut32/tests/typelib.c
@@ -4893,7 +4893,7 @@ static void test_SetTypeDescAlias(SYSKIND kind)
     ok(hr == S_OK, "got %08x\n", hr);
 
     ITypeLib_Release(tl);
-    ok(0 == ICreateTypeLib2_Release(ctl), "typelib should have been released");
+    ok(0 == ICreateTypeLib2_Release(ctl), "typelib should have been released\n");
 
     trace("after save...\n");
 
@@ -4915,7 +4915,7 @@ static void test_SetTypeDescAlias(SYSKIND kind)
     for(i = 0; TDATests[i].vt; ++i)
         testTDA(tl, &TDATests[i], ptr_size, hreftype, href_cbSizeInstance, href_cbAlignment, FALSE);
 
-    ok(0 == ITypeLib_Release(tl), "typelib should have been released");
+    ok(0 == ITypeLib_Release(tl), "typelib should have been released\n");
 
     DeleteFileA(filenameA);
 }
-- 
1.7.10.4



More information about the wine-patches mailing list