Francois Gouget : d3d9/tests: Add a '\n' to a skip() call.

Alexandre Julliard julliard at winehq.org
Mon May 9 13:34:45 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon May  9 09:03:30 2011 +0200

d3d9/tests: Add a '\n' to a skip() call.

---

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

diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c
index 0aef4b8..079ac35 100644
--- a/dlls/d3d9/tests/device.c
+++ b/dlls/d3d9/tests/device.c
@@ -2874,7 +2874,7 @@ static void test_reset_fullscreen(void)
     device = create_device(d3d, device_window, focus_window, TRUE);
     if (!device)
     {
-        skip("Unable to create device.  Skipping test.");
+        skip("Unable to create device.  Skipping test.\n");
         goto cleanup;
     }
 




More information about the wine-cvs mailing list