ddraw/tests: Use skip instead of trace.
This commit is contained in:
parent
1f72c13a5a
commit
c92026739e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue