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

Francois Gouget fgouget at free.fr
Thu Apr 19 15:12:31 CDT 2012


---
 dlls/comctl32/tests/tooltips.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/tests/tooltips.c b/dlls/comctl32/tests/tooltips.c
index c92ed62..71c66a5 100644
--- a/dlls/comctl32/tests/tooltips.c
+++ b/dlls/comctl32/tests/tooltips.c
@@ -326,7 +326,7 @@ static void test_gettext(void)
         toolinfoA.lpszText = bufA;
         SendMessageA(hwnd, TTM_GETTOOLINFOA, 0, (LPARAM)&toolinfoA);
         ok(toolinfoA.lpszText == NULL,
-           "expected NULL, got %p", toolinfoA.lpszText);
+           "expected NULL, got %p\n", toolinfoA.lpszText);
     }
     else
     {
-- 
1.7.9.5



More information about the wine-patches mailing list