advpack/tests: Use win_skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 22:07:39 +02:00 committed by Alexandre Julliard
parent 9686e7b286
commit 53f94c07f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}