mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d3d9/tests: Add a '\n' to a skip() call.
This commit is contained in:
parent
d719e831ab
commit
bfbc015854
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue