d3d9/tests: Use skip as is done in the other tests.
This commit is contained in:
parent
c912f791ee
commit
e343652338
|
@ -422,7 +422,7 @@ START_TEST(visual)
|
||||||
d3d9_handle = LoadLibraryA("d3d9.dll");
|
d3d9_handle = LoadLibraryA("d3d9.dll");
|
||||||
if (!d3d9_handle)
|
if (!d3d9_handle)
|
||||||
{
|
{
|
||||||
trace("Could not load d3d9.dll, skipping tests\n");
|
skip("Could not load d3d9.dll\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue