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;