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

Vincent Povirk vincent at codeweavers.com
Mon Nov 20 13:21:17 CST 2017


>          {
>              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?



More information about the wine-devel mailing list