Commit fb863bc8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mscoree/tests: Add a trailing '\n' to a win_skip() call.

parent fa56de2c
......@@ -445,7 +445,7 @@ static void test_createdomain(void)
if (!pCLRCreateInstance)
{
win_skip("Function CLRCreateInstance not found.");
win_skip("Function CLRCreateInstance not found.\n");
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