kernel32/tests: Remove a useless trace.

This commit is contained in:
Dmitry Timoshkov 2013-08-28 12:30:28 +09:00 committed by Alexandre Julliard
parent f4f5d06df4
commit c7d27e18e5
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}