Nikolay Sivov : comsvcs/tests: Remove traces from tests.
Module: wine Branch: master Commit: dd6e100ff116180af71d88c4a3093318252fb485 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dd6e100ff116180af71d88c4a... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Mon Nov 11 10:36:57 2019 +0300 comsvcs/tests: Remove traces from tests. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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; }
participants (1)
-
Alexandre Julliard