urlmon/tests: Remove stray ok() call.

This commit is contained in:
Michael Stefaniuc 2012-05-24 14:01:52 +02:00 committed by Alexandre Julliard
parent 882c1026a8
commit afe73325f5
1 changed files with 0 additions and 1 deletions

View File

@ -941,7 +941,6 @@ static HRESULT WINAPI ProtocolSink_ReportData(IInternetProtocolSink *iface, DWOR
if(!emulate_prot)
CHECK_CALLED(ReportData2);
CHECK_CALLED(ReportResult);
ok(hres == S_OK, "Read failed: %08x\n", hres);
reported_all_data = TRUE;
}else {
if(!emulate_prot)