Commit 91e16801 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 6333fa75
......@@ -74,7 +74,7 @@ static void test_acquire_context(void)
&hProv, NULL, MS_DEF_DSS_PROV_A, PROV_DSS, CRYPT_VERIFYCONTEXT);
if(!result)
{
skip("DSS csp is currently not available, skipping tests.");
skip("DSS csp is currently not available, skipping tests.\n");
return;
}
ok(result, "Expected no errors.\n");
......
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