user32/tests: Remove two commented out printf().

Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2016-09-27 09:49:35 +02:00 committed by Alexandre Julliard
parent 0aa7d402d2
commit e974731117
1 changed files with 0 additions and 2 deletions

View File

@ -119,7 +119,6 @@ static void CharUpperTest(void)
for (i=0;i<256;i++)
{
out = (INT_PTR)CharUpperA((LPSTR)i);
/* printf("%0x ",out); */
if ((out >> 16) != 0)
{
failed = TRUE;
@ -137,7 +136,6 @@ static void CharLowerTest(void)
for (i=0;i<256;i++)
{
out = (INT_PTR)CharLowerA((LPSTR)i);
/* printf("%0x ",out); */
if ((out >> 16) != 0)
{
failed = TRUE;