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

Francois Gouget fgouget at free.fr
Sat Sep 13 19:12:13 CDT 2008


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

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index 84c18e6..35cd291 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -1063,7 +1063,7 @@ static void _elem_get_scroll_left(unsigned line, IUnknown *unk)
     HRESULT hres;
 
     hres = IHTMLElement2_get_scrollLeft(elem, NULL);
-    ok(hres == E_INVALIDARG, "expect E_INVALIDARG got 0x%08x", hres);
+    ok(hres == E_INVALIDARG, "expect E_INVALIDARG got 0x%08x\n", hres);
 
     hres = IHTMLElement2_get_scrollLeft(elem, &l);
     ok(hres == S_OK, "get_scrollTop failed: %08x\n", hres);
-- 
1.5.6.3




More information about the wine-patches mailing list