Nikolay Sivov : comsvcs/tests: Remove traces from tests.

Alexandre Julliard julliard at winehq.org
Mon Nov 11 16:20:21 CST 2019


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Nov 11 10:36:57 2019 +0300

comsvcs/tests: Remove traces from tests.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comsvcs/tests/comsvcs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/comsvcs/tests/comsvcs.c b/dlls/comsvcs/tests/comsvcs.c
index e6717e0ea3..ca59951c81 100644
--- a/dlls/comsvcs/tests/comsvcs.c
+++ b/dlls/comsvcs/tests/comsvcs.c
@@ -42,7 +42,6 @@
 
 #define CHECK_EXPECT2(func) \
     do { \
-    trace(#func "\n"); \
         ok(expect_ ##func, "unexpected call " #func "\n"); \
         called_ ## func = TRUE; \
     }while(0)
@@ -94,7 +93,6 @@ static HRESULT WINAPI driver_QueryInterface(IDispenserDriver *iface, REFIID riid
 
 static ULONG WINAPI driver_AddRef(IDispenserDriver *iface)
 {
-    trace("AddRef\n");
     return 2;
 }
 




More information about the wine-cvs mailing list