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

Francois Gouget fgouget at free.fr
Thu Jun 6 03:16:43 CDT 2013


---
 dlls/kernel32/tests/process.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c
index 1fef8ac..b35481e 100644
--- a/dlls/kernel32/tests/process.c
+++ b/dlls/kernel32/tests/process.c
@@ -2048,7 +2048,7 @@ static void test_DuplicateHandle(void)
     f = CreateFile("CONIN$", GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, 0);
     if (!is_console(f))
     {
-        skip("DuplicateHandle on console handle");
+        skip("DuplicateHandle on console handle\n");
         CloseHandle(f);
         return;
     }
-- 
1.7.10.4



More information about the wine-patches mailing list