Commit aad61253 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

comctl32/tests: Use win_skip instead of trace.

parent 1b494e7f
......@@ -433,7 +433,7 @@ static BOOL DoTest3(void)
if (!pImageList_DrawIndirect)
{
trace("ImageList_DrawIndirect not available, skipping test\n");
win_skip("ImageList_DrawIndirect not available, skipping test\n");
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment