comsvcs/tests: Remove traces from tests.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f055e369ee
commit
dd6e100ff1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue