From: Vincent Povirk Subject: Re: [PATCH] gdiplus/tests: Don't ignore successful tests. Message-Id: Date: Mon, 20 Nov 2017 13:21:17 -0600 In-Reply-To: <20171119010012.7188-1-z.figura12@gmail.com> References: <20171119010012.7188-1-z.figura12@gmail.com> > { > 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?