commit | 91e16801546a83c85df2652a9d52b3dc8c24e51d | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Jul 03 09:14:26 2012 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 03 12:03:36 2012 +0200 |
tree | def05dbb789425c9158f3a2545f68947c168ef1c | |
parent | 6333fa753a196c14acc18c42c1a32b601d5eca9f [diff] |
dssenh/tests: Add a trailing '\n' to a skip() call.
diff --git a/dlls/dssenh/tests/dssenh.c b/dlls/dssenh/tests/dssenh.c index b77dd23..332b865 100644 --- a/dlls/dssenh/tests/dssenh.c +++ b/dlls/dssenh/tests/dssenh.c
@@ -74,7 +74,7 @@ &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");