wscript/tests: Add a '\n' to an ok() call.

This commit is contained in:
Francois Gouget 2011-03-05 11:50:42 +01:00 committed by Alexandre Julliard
parent 755648421e
commit bc6a7f40d5

View file

@ -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;