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

Francois Gouget fgouget at free.fr
Tue Jul 9 09:56:03 CDT 2013


---
 dlls/msxml3/tests/domdoc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index b56edf8..5f1b5c3 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -4452,7 +4452,7 @@ static void test_XPath(void)
         char *str;
 
         hr = IXMLDOMNode_selectNodes(rootNode, _bstr_(xptest->query), &list);
-        ok(hr == S_OK, "query evaluation failed for query=%s", xptest->query);
+        ok(hr == S_OK, "query evaluation failed for query=%s\n", xptest->query);
 
         if (hr != S_OK)
             continue;
-- 
1.7.10.4



More information about the wine-patches mailing list