ddraw/tests: Use skip instead of trace.

This commit is contained in:
Paul Vriens 2007-07-05 17:40:05 +02:00 committed by Alexandre Julliard
parent 1f72c13a5a
commit c92026739e
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ START_TEST(d3d)
{
init_function_pointers();
if(!pDirectDrawCreateEx) {
trace("function DirectDrawCreateEx not available, skipping tests\n");
skip("function DirectDrawCreateEx not available\n");
return;
}