Commit c3f6f96d authored by Austin English's avatar Austin English Committed by Alexandre Julliard

d3d9/tests: Only skip the visual tests if d3d cannot be initialized on Windows.

parent f91c8578
......@@ -174,7 +174,7 @@ static IDirect3DDevice9 *init_d3d9(void)
d3d9_ptr = d3d9_create(D3D_SDK_VERSION);
if (!d3d9_ptr)
{
skip("could not create D3D9\n");
win_skip("could not create D3D9\n");
return NULL;
}
......
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