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

Francois Gouget fgouget at free.fr
Sat Feb 20 18:16:37 CST 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/mscoree/tests/mscoree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mscoree/tests/mscoree.c b/dlls/mscoree/tests/mscoree.c
index 1cd9e5f..106577e 100644
--- a/dlls/mscoree/tests/mscoree.c
+++ b/dlls/mscoree/tests/mscoree.c
@@ -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;
     }
 
-- 
2.7.0



More information about the wine-patches mailing list