dxdiagn/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Sat Mar 20 09:25:20 CDT 2010


---
 dlls/dxdiagn/tests/container.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dxdiagn/tests/container.c b/dlls/dxdiagn/tests/container.c
index e525709..6557e37 100644
--- a/dlls/dxdiagn/tests/container.c
+++ b/dlls/dxdiagn/tests/container.c
@@ -279,7 +279,7 @@ static void test_GetChildContainer(void)
         ok(hr == S_OK,
            "Expected IDxDiagContainer::GetChildContainer to return S_OK, got 0x%08x\n", hr);
         if (SUCCEEDED(hr))
-            todo_wine ok(ptr != child, "Expected the two pointers (%p vs. %p) to be unequal", child, ptr);
+            todo_wine ok(ptr != child, "Expected the two pointers (%p vs. %p) to be unequal\n", child, ptr);
 
         IDxDiagContainer_Release(ptr);
         IDxDiagContainer_Release(child);
-- 
1.6.5




More information about the wine-patches mailing list