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

Alexandre Julliard julliard at winehq.org
Mon Mar 22 11:12:00 CDT 2010


Module: wine
Branch: master
Commit: f096b023c41a51c3cf32da0a9f20c73483362b09
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f096b023c41a51c3cf32da0a9f20c73483362b09

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 20 15:25:20 2010 +0100

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

---

 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);




More information about the wine-cvs mailing list