From ac831d5ab57e13aaef5b3e3a5598fd242dcc4285 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 2 Jun 2009 19:17:15 +0200 Subject: [PATCH] ntdll/tests: Fix the trailing '\n' of a skip() call. --- dlls/ntdll/tests/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c index aefce8b46ab..400bd71fc1f 100644 --- a/dlls/ntdll/tests/exception.c +++ b/dlls/ntdll/tests/exception.c @@ -641,7 +641,7 @@ static void test_debugger(void) if(!pNtGetContextThread || !pNtSetContextThread || !pNtReadVirtualMemory || !pNtTerminateProcess) { - skip("NtGetContextThread, NtSetContextThread, NtReadVirtualMemory or NtTerminateProcess not found\n)"); + skip("NtGetContextThread, NtSetContextThread, NtReadVirtualMemory or NtTerminateProcess not found\n"); return; } -- 2.11.4.GIT