mshtml/tests: Fix a trailing '\n' in an ok() call.

This commit is contained in:
Francois Gouget 2009-11-08 10:53:22 +01:00 committed by Alexandre Julliard
parent 6f643290cf
commit abccac3897
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ static HRESULT WINAPI scriptDisp_GetDispID(IDispatchEx *iface, BSTR bstrName, DW
return E_FAIL;
}
ok(0, "unexpected call\b");
ok(0, "unexpected call\n");
return E_NOTIMPL;
}