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

This commit is contained in:
Francois Gouget 2011-05-09 09:03:30 +02:00 committed by Alexandre Julliard
parent d719e831ab
commit bfbc015854

View file

@ -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;
}