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

Michael Stefaniuc mstefani at redhat.de
Tue Sep 27 02:49:35 CDT 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
Those are 10+ years old


 dlls/user32/tests/wsprintf.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/user32/tests/wsprintf.c b/dlls/user32/tests/wsprintf.c
index 15e4af0..f0e80b2 100644
--- a/dlls/user32/tests/wsprintf.c
+++ b/dlls/user32/tests/wsprintf.c
@@ -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;
-- 
2.7.4



More information about the wine-patches mailing list