ddraw/tests: Use skip instead of trace.

This commit is contained in:
Paul Vriens 2007-07-05 17:40:26 +02:00 committed by Alexandre Julliard
parent c92026739e
commit a470ea6205

View File

@ -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();