Paul Vriens : d3d8/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: c912f791eee7e3bb73e14dc50e1578feb8c71a41
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c912f791eee7e3bb73e14dc50e1578feb8c71a41

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

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

---

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

diff --git a/dlls/d3d8/tests/visual.c b/dlls/d3d8/tests/visual.c
index 9915fa9..961cab0 100644
--- a/dlls/d3d8/tests/visual.c
+++ b/dlls/d3d8/tests/visual.c
@@ -316,7 +316,7 @@ START_TEST(visual)
     d3d8_handle = LoadLibraryA("d3d8.dll");
     if (!d3d8_handle)
     {
-        trace("Could not load d3d8.dll, skipping tests\n");
+        skip("Could not load d3d8.dll\n");
         return;
     }
 




More information about the wine-cvs mailing list