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();
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user