mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
d3d9/tests: Add a '\n' to a skip() call.
This commit is contained in:
parent
d719e831ab
commit
bfbc015854
@ -2874,7 +2874,7 @@ static void test_reset_fullscreen(void)
|
|||||||
device = create_device(d3d, device_window, focus_window, TRUE);
|
device = create_device(d3d, device_window, focus_window, TRUE);
|
||||||
if (!device)
|
if (!device)
|
||||||
{
|
{
|
||||||
skip("Unable to create device. Skipping test.");
|
skip("Unable to create device. Skipping test.\n");
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user