mshtml/tests: Fixed tests on win10.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2015-11-23 12:18:22 +01:00 committed by Alexandre Julliard
parent d4d3bacac4
commit a2c6a2beb6
1 changed files with 1 additions and 1 deletions

View File

@ -3566,7 +3566,7 @@ static HRESULT WINAPI DocObjectService_IsErrorUrl(
LPCWSTR lpszUrl,
BOOL *pfIsError)
{
CHECK_EXPECT(IsErrorUrl);
CHECK_EXPECT2(IsErrorUrl);
*pfIsError = FALSE;
return S_OK;
}