Michael Stefaniuc : qcap/tests: Remove duplicated ok() call.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 15:22:32 CDT 2021


Module: wine
Branch: master
Commit: b706834a234d210aa7340d1bd7aba5356a31732a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b706834a234d210aa7340d1bd7aba5356a31732a

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Thu Aug 26 20:09:15 2021 +0200

qcap/tests: Remove duplicated ok() call.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/qcap/tests/smartteefilter.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/qcap/tests/smartteefilter.c b/dlls/qcap/tests/smartteefilter.c
index e5ae66ff2d3..6842fccb863 100644
--- a/dlls/qcap/tests/smartteefilter.c
+++ b/dlls/qcap/tests/smartteefilter.c
@@ -706,7 +706,6 @@ static void test_sink_allocator(IPin *pin)
     hr = IMemInputPin_GetAllocator(input, &ret_allocator);
     ok(hr == S_OK, "Got hr %#x.\n", hr);
     ok(ret_allocator == req_allocator, "Allocators didn't match.\n");
-    ok(hr == S_OK, "Got hr %#x.\n", hr);
     IMemAllocator_Release(ret_allocator);
 
     hr = IMemAllocator_SetProperties(req_allocator, &req_props, &ret_props);




More information about the wine-cvs mailing list