mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 05:36:56 +00:00
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…
x
Reference in New Issue
Block a user