Commit 53f94c07 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

advpack/tests: Use win_skip instead of trace.

parent 9686e7b2
......@@ -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;
}
......
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