Alexandre Julliard : ntdll/tests: Add a missing \n.
Module: wine Branch: master Commit: b4a962bbb2e0f3ef014cbda91bfa427d39595e71 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b4a962bbb2e0f3ef014cbda91b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 6 13:52:08 2009 +0200 ntdll/tests: Add a missing \n. --- dlls/ntdll/tests/info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ntdll/tests/info.c b/dlls/ntdll/tests/info.c index 22284a4..8027065 100644 --- a/dlls/ntdll/tests/info.c +++ b/dlls/ntdll/tests/info.c @@ -818,7 +818,7 @@ static void test_query_process_image_file_name(void) file_nameA[len] = '\0'; HeapFree(GetProcessHeap(), 0, buffer); trace("process image file name: %s\n", file_nameA); - todo_wine ok(strncmp(file_nameA, "\\Device\\", 8) == 0, "Process image name should be an NT path beginning with \\Device\\ (is %s)", file_nameA); + todo_wine ok(strncmp(file_nameA, "\\Device\\", 8) == 0, "Process image name should be an NT path beginning with \\Device\\ (is %s)\n", file_nameA); HeapFree(GetProcessHeap(), 0, file_nameA); }
participants (1)
-
Alexandre Julliard