comctl32/tests: Use win_skip instead of trace.
This commit is contained in:
parent
1b494e7f31
commit
aad6125340
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue