Commit c912f791 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

d3d8/tests: Use skip as is done in the other tests.

parent 034765e1
......@@ -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;
}
......
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