From afe73325f55c533c809596785b588ba963ff0950 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Thu, 24 May 2012 14:01:52 +0200 Subject: [PATCH] urlmon/tests: Remove stray ok() call. --- dlls/urlmon/tests/protocol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c index ce383ee523..889f3a9e0a 100644 --- a/dlls/urlmon/tests/protocol.c +++ b/dlls/urlmon/tests/protocol.c @@ -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)