Commit bfbc0158 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent d719e831
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment