From a470ea62050371796f41e8917bc56636a11affe9 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 5 Jul 2007 17:40:26 +0200 Subject: [PATCH] ddraw/tests: Use skip instead of trace. --- dlls/ddraw/tests/refcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ddraw/tests/refcount.c b/dlls/ddraw/tests/refcount.c index 9da30ecd2c..9038c57fdb 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();