quartz/tests: Remove misplaced ok() call.

Michael Stefaniuc mstefani at redhat.de
Wed May 16 03:42:59 CDT 2012


hr is already checked on all paths after it gets modified.

---
 dlls/quartz/tests/avisplitter.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/tests/avisplitter.c b/dlls/quartz/tests/avisplitter.c
index 59e277e..250c631 100644
--- a/dlls/quartz/tests/avisplitter.c
+++ b/dlls/quartz/tests/avisplitter.c
@@ -303,7 +303,6 @@ static void test_threads(void)
      */
     while (IEnumPins_Next(enumpins, 1, &avipin, NULL) == S_OK)
     {
-        ok(hr == S_OK, "hr: %08x\n", hr);
         IPin_QueryDirection(avipin, &dir);
         if (dir == PINDIR_OUTPUT)
         {
-- 
1.7.7.6



More information about the wine-patches mailing list