d3d9/tests: Only skip the visual tests if d3d cannot be initialized on Windows.
This commit is contained in:
parent
f91c8578bb
commit
c3f6f96df4
|
@ -174,7 +174,7 @@ static IDirect3DDevice9 *init_d3d9(void)
|
||||||
d3d9_ptr = d3d9_create(D3D_SDK_VERSION);
|
d3d9_ptr = d3d9_create(D3D_SDK_VERSION);
|
||||||
if (!d3d9_ptr)
|
if (!d3d9_ptr)
|
||||||
{
|
{
|
||||||
skip("could not create D3D9\n");
|
win_skip("could not create D3D9\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue