[PATCH] gdiplus/tests: Don't ignore successful tests.

Zebediah Figura z.figura12 at gmail.com
Mon Nov 20 14:59:17 CST 2017


On 11/20/2017 01:21 PM, Vincent Povirk wrote:
>>           {
>>               UINT i, size = sizeof(dst_8x1);
>>               const BYTE *bits = dst_8x1;
>>               for (i = 0; i < size; i++)
>> -                trace(" %02x", bits[i]);
>> -            trace("\n");
>> +                printf(" %02x", bits[i]);
>> +            printf("\n");
>>           }
>>       }
> 
> Did you mean to include this part?
> 

Yes, to avoid the trace() prefix being printed before every number. I 
can submit this in a separate patch if that would be preferable.



More information about the wine-devel mailing list