Module: wine Branch: master Commit: bc6a7f40d5bb02483a166fe388e1cc81195cbcda URL: http://source.winehq.org/git/wine.git/?a=commit;h=bc6a7f40d5bb02483a166fe388... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Mar 5 11:50:42 2011 +0100 wscript/tests: Add a '\n' to an ok() call. --- programs/wscript/tests/run.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/wscript/tests/run.c b/programs/wscript/tests/run.c index 7cb7bc8..405aae4 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;