Francois Gouget : msxml3/tests: Add a trailing '\n' to an ok() call.
Module: wine Branch: master Commit: f2deca025e49a3bd7bb72aceaee11a6ac82281b4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f2deca025e49a3bd7bb72aceae... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jul 9 16:56:03 2013 +0200 msxml3/tests: Add a trailing '\n' to an ok() call. --- dlls/msxml3/tests/domdoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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;
participants (1)
-
Alexandre Julliard