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

Alexandre Julliard julliard at winehq.org
Mon Mar 7 12:22:44 CST 2011


Module: wine
Branch: master
Commit: bc6a7f40d5bb02483a166fe388e1cc81195cbcda
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bc6a7f40d5bb02483a166fe388e1cc81195cbcda

Author: Francois Gouget <fgouget at 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;
 




More information about the wine-cvs mailing list