Module: wine Branch: master Commit: c7d27e18e5946f0c2f6ae01e4c0cf21f3ced6324 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7d27e18e5946f0c2f6ae01e4c...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Wed Aug 28 12:30:28 2013 +0900
kernel32/tests: Remove a useless trace.
---
dlls/kernel32/tests/comm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
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); }