Paul Vriens : d3d9/tests: Use skip as is done in the other tests.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 12 08:28:32 CDT 2007


Module: wine
Branch: master
Commit: e3436523380998b393863aa3b8927cfe1baa24b8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e3436523380998b393863aa3b8927cfe1baa24b8

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Mon Mar 12 11:41:16 2007 +0100

d3d9/tests: Use skip as is done in the other tests.

---

 dlls/d3d9/tests/visual.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index 4d7e721..d1d39b1 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -422,7 +422,7 @@ START_TEST(visual)
     d3d9_handle = LoadLibraryA("d3d9.dll");
     if (!d3d9_handle)
     {
-        trace("Could not load d3d9.dll, skipping tests\n");
+        skip("Could not load d3d9.dll\n");
         return;
     }
 




More information about the wine-cvs mailing list