Commit adaf08d1 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d10core/tests: Use win_skip() instead of skip().

parent a346d1b7
......@@ -189,7 +189,7 @@ static void test_feature_level(void)
"Failed to query ID3D11Device interface, hr %#x.\n", hr);
if (FAILED(hr))
{
skip("D3D11 is not available.\n");
win_skip("D3D11 is not available.\n");
ID3D10Device_Release(device10);
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