msxml3/tests: Accept Stat() method called on test stream.

This commit is contained in:
Nikolay Sivov 2014-06-15 12:35:37 +04:00 committed by Alexandre Julliard
parent d3980cdcf2
commit 45b9027258
1 changed files with 0 additions and 1 deletions

View File

@ -1989,7 +1989,6 @@ static HRESULT WINAPI istream_UnlockRegion(IStream *iface, ULARGE_INTEGER libOff
static HRESULT WINAPI istream_Stat(IStream *iface, STATSTG *pstatstg, DWORD grfStatFlag)
{
ok(0, "unexpected call\n");
return E_NOTIMPL;
}