Commit 1e53cb64 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 6528aff9
......@@ -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;
}
......
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