mshtml/tests: Add a trailing '\n' to an ok() call.
authorFrancois Gouget <fgouget@free.fr>
Sun, 14 Sep 2008 00:12:13 +0000 (02:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Sep 2008 09:23:48 +0000 (11:23 +0200)
dlls/mshtml/tests/dom.c

index 84c18e6..35cd291 100644 (file)
@@ -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);