Paul Vriens : ddraw/tests: Use skip instead of trace.
Module: wine Branch: master Commit: a470ea62050371796f41e8917bc56636a11affe9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a470ea62050371796f41e8917b... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Thu Jul 5 17:40:26 2007 +0200 ddraw/tests: Use skip instead of trace. --- dlls/ddraw/tests/refcount.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ddraw/tests/refcount.c b/dlls/ddraw/tests/refcount.c index 9da30ec..9038c57 100644 --- a/dlls/ddraw/tests/refcount.c +++ b/dlls/ddraw/tests/refcount.c @@ -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();
participants (1)
-
Alexandre Julliard