From bc6a7f40d5bb02483a166fe388e1cc81195cbcda Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 5 Mar 2011 11:50:42 +0100 Subject: [PATCH] wscript/tests: Add a '\n' to an ok() call. --- programs/wscript/tests/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wscript/tests/run.c b/programs/wscript/tests/run.c index 7cb7bc8bd34..405aae4b25c 100644 --- a/programs/wscript/tests/run.c +++ b/programs/wscript/tests/run.c @@ -272,7 +272,7 @@ static BOOL WINAPI test_enum_proc(HMODULE module, LPCTSTR type, LPSTR name, LONG script_size--; ext = strrchr(name, '.'); - ok(ext != NULL, "no script extension"); + ok(ext != NULL, "no script extension\n"); if(!ext) return TRUE;