Bernhard Kölbl : windows.media.speech/tests: Remove a inconsistent ref check.

Alexandre Julliard julliard at winehq.org
Thu May 19 16:15:12 CDT 2022


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

Author: Bernhard Kölbl <besentv at gmail.com>
Date:   Thu May 19 12:04:31 2022 +0200

windows.media.speech/tests: Remove a inconsistent ref check.

Signed-off-by: Bernhard Kölbl <besentv at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windows.media.speech/tests/speech.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/windows.media.speech/tests/speech.c b/dlls/windows.media.speech/tests/speech.c
index 33da6828dc2..e5dbc289840 100644
--- a/dlls/windows.media.speech/tests/speech.c
+++ b/dlls/windows.media.speech/tests/speech.c
@@ -1135,7 +1135,6 @@ static void test_SpeechRecognizer(void)
         ok(!WaitForSingleObject(compilation_handler.event_finished, 5000), "Wait for event_finished failed.\n");
 
         todo_wine ok(compilation_handler.ref == 3, "Got unexpected ref %lu.\n", compilation_handler.ref);
-        todo_wine check_refcount(operation, 3);
 
         handler = (void*)0xdeadbeef;
         old_ref = compilation_handler.ref;




More information about the wine-cvs mailing list