Francois Gouget : ddraw/tests: Use win_skip() to skip over unimplemented functionality.

Alexandre Julliard julliard at winehq.org
Tue Feb 24 10:21:19 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb 24 00:04:23 2009 +0100

ddraw/tests: Use win_skip() to skip over unimplemented functionality.

---

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

diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
index a35f520..f5927be 100644
--- a/dlls/ddraw/tests/d3d.c
+++ b/dlls/ddraw/tests/d3d.c
@@ -2883,7 +2883,7 @@ START_TEST(d3d)
 {
     init_function_pointers();
     if(!pDirectDrawCreateEx) {
-        skip("function DirectDrawCreateEx not available\n");
+        win_skip("function DirectDrawCreateEx not available\n");
         return;
     }
 




More information about the wine-cvs mailing list