ddraw/tests: Use skip instead of trace.
This commit is contained in:
parent
c92026739e
commit
a470ea6205
|
@ -434,7 +434,7 @@ START_TEST(refcount)
|
|||
init_function_pointers();
|
||||
if(!pDirectDrawCreateEx)
|
||||
{
|
||||
trace("function DirectDrawCreateEx not available, skipping tests\n");
|
||||
skip("function DirectDrawCreateEx not available\n");
|
||||
return;
|
||||
}
|
||||
test_ddraw_objects();
|
||||
|
|
Loading…
Reference in New Issue