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

Francois Gouget fgouget at free.fr
Thu Oct 27 05:30:02 CDT 2011


---
 dlls/d3dx9_36/tests/mesh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/tests/mesh.c b/dlls/d3dx9_36/tests/mesh.c
index 1ccabb5..f596daf 100644
--- a/dlls/d3dx9_36/tests/mesh.c
+++ b/dlls/d3dx9_36/tests/mesh.c
@@ -9792,7 +9792,7 @@ static void test_clone_mesh(void)
         for (j = 0; tc[i].new_declaration[j].Stream != 0xFF; j++)
         {
             ok(memcmp(&tc[i].new_declaration[j], &new_declaration[j], sizeof(*new_declaration)) == 0,
-               "Test case %d failed. Declaration element %d did not match.", i, j);
+               "Test case %d failed. Declaration element %d did not match.\n", i, j);
         }
 
         /* Check declaration length */
-- 
1.7.6.3




More information about the wine-patches mailing list