Commit a2c6a2be authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml/tests: Fixed tests on win10.

parent d4d3baca
......@@ -3566,7 +3566,7 @@ static HRESULT WINAPI DocObjectService_IsErrorUrl(
LPCWSTR lpszUrl,
BOOL *pfIsError)
{
CHECK_EXPECT(IsErrorUrl);
CHECK_EXPECT2(IsErrorUrl);
*pfIsError = FALSE;
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment