Commit afe73325 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

urlmon/tests: Remove stray ok() call.

parent 882c1026
......@@ -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)
......
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