Commit 86e2d1a5 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

setupapi/tests: Use skip instead of trace.

parent b3cff1b4
......@@ -130,10 +130,10 @@ START_TEST(devinst)
if (pSetupDiCreateDeviceInfoListExW && pSetupDiDestroyDeviceInfoList)
test_SetupDiCreateDeviceInfoListEx();
else
trace("Needed calls for SetupDiCreateDeviceInfoListEx not all available, skipping test.\n");
skip("SetupDiCreateDeviceInfoListExW and/or SetupDiDestroyDeviceInfoList not available\n");
if (pSetupDiOpenClassRegKeyExA)
test_SetupDiOpenClassRegKeyExA();
else
trace("Needed call for SetupDiOpenClassRegKeyExA not available, skipping test.\n");
skip("SetupDiOpenClassRegKeyExA is not available\n");
}
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