comctl32/tests: Use win_skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 22:10:15 +02:00 committed by Alexandre Julliard
parent 3f68d42128
commit 1b494e7f31
1 changed files with 1 additions and 1 deletions

View File

@ -454,5 +454,5 @@ START_TEST(dpa)
if(InitFunctionPtrs(hcomctl32))
test_dpa();
else
trace("skipping tests\n");
win_skip("Needed functions are not available\n");
}