Module: wine Branch: master Commit: 9b5ed14bd8843c124af88ac75283de5f08265427 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b5ed14bd8843c124af88ac752...
Author: Francois Gouget fgouget@free.fr Date: Thu Oct 27 12:30:02 2011 +0200
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
---
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 */