dssenh/tests: Add a trailing '\n' to a skip() call.
This commit is contained in:
parent
6333fa753a
commit
91e1680154
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue