kernel32/tests: Remove a useless trace.

Dmitry Timoshkov dmitry at baikal.ru
Tue Aug 27 22:30:28 CDT 2013


---
 dlls/kernel32/tests/comm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/kernel32/tests/comm.c b/dlls/kernel32/tests/comm.c
index 75944e9..18a5987 100644
--- a/dlls/kernel32/tests/comm.c
+++ b/dlls/kernel32/tests/comm.c
@@ -891,7 +891,6 @@ static void test_ClearCommError(void)
     ok(lpStat.cbInQue == 0, "Unexpected %d chars in InQueue\n", lpStat.cbInQue);
     ok(lpStat.cbOutQue == 0, "Unexpected %d chars in OutQueue\n", lpStat.cbOutQue);
     ok(errors == 0, "ClearCommErrors: Unexpected error 0x%08x\n", errors);
-    trace("test_ClearCommErrors done\n");
 
     CloseHandle(hcom);
 }
-- 
1.8.3.4




More information about the wine-patches mailing list