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