mshtml/tests: Fix a trailing '\n' in an ok() call.
This commit is contained in:
parent
6f643290cf
commit
abccac3897
|
@ -376,7 +376,7 @@ static HRESULT WINAPI scriptDisp_GetDispID(IDispatchEx *iface, BSTR bstrName, DW
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ok(0, "unexpected call\b");
|
ok(0, "unexpected call\n");
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue