mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
kernel32/tests: Add a trailing '\n' to a skip() call.
This commit is contained in:
parent
6528aff97b
commit
1e53cb6483
@ -2048,7 +2048,7 @@ static void test_DuplicateHandle(void)
|
||||
f = CreateFile("CONIN$", GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, 0);
|
||||
if (!is_console(f))
|
||||
{
|
||||
skip("DuplicateHandle on console handle");
|
||||
skip("DuplicateHandle on console handle\n");
|
||||
CloseHandle(f);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user