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

ddraw/tests: Use skip instead of trace.

parent c9202673
...@@ -434,7 +434,7 @@ START_TEST(refcount) ...@@ -434,7 +434,7 @@ START_TEST(refcount)
init_function_pointers(); init_function_pointers();
if(!pDirectDrawCreateEx) if(!pDirectDrawCreateEx)
{ {
trace("function DirectDrawCreateEx not available, skipping tests\n"); skip("function DirectDrawCreateEx not available\n");
return; return;
} }
test_ddraw_objects(); test_ddraw_objects();
......
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