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

oldstable
Francois Gouget 2008-09-14 02:12:13 +02:00 committed by Alexandre Julliard
parent 2dfcb94211
commit 305a48949c
1 changed files with 1 additions and 1 deletions

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