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

Francois Gouget fgouget at free.fr
Sat Mar 5 04:50:42 CST 2011


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



More information about the wine-patches mailing list