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

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

parent c912f791
...@@ -422,7 +422,7 @@ START_TEST(visual) ...@@ -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;
} }
......
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