[PATCH 7/7] comsvcs/tests: Remove traces from tests.

Nikolay Sivov nsivov at codeweavers.com
Mon Nov 11 01:36:57 CST 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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;
 }
 
-- 
2.24.0




More information about the wine-devel mailing list