commit | bfbc015854e112f6c66b7ea124f81c8e4b8a7c29 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Mon May 09 09:03:30 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 09 12:09:15 2011 +0200 |
tree | a320ddcdff821a50d2c151dd7bbfb1f9c1d9c6b3 | |
parent | d719e831ab6b1e32e7cae683aa73a513871528f9 [diff] |
d3d9/tests: Add a '\n' to a skip() call.
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 @@ 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; }