advpack/tests: Use win_skip instead of trace.
This commit is contained in:
parent
9686e7b286
commit
53f94c07f8
|
@ -264,7 +264,7 @@ static void translateinfstring_test(void)
|
|||
|
||||
if(hr == HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND))
|
||||
{
|
||||
trace("WinNT 3.51 detected. Skipping tests for TranslateInfString()\n");
|
||||
win_skip("WinNT 3.51 detected. Skipping tests for TranslateInfString()\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue