mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ddraw/tests: Use skip instead of trace.
This commit is contained in:
parent
1f72c13a5a
commit
c92026739e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue