wscript/tests: Add a '\n' to an ok() call.
This commit is contained in:
parent
755648421e
commit
bc6a7f40d5
|
@ -272,7 +272,7 @@ static BOOL WINAPI test_enum_proc(HMODULE module, LPCTSTR type, LPSTR name, LONG
|
||||||
script_size--;
|
script_size--;
|
||||||
|
|
||||||
ext = strrchr(name, '.');
|
ext = strrchr(name, '.');
|
||||||
ok(ext != NULL, "no script extension");
|
ok(ext != NULL, "no script extension\n");
|
||||||
if(!ext)
|
if(!ext)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue