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

Alexandre Julliard julliard at winehq.org
Fri May 4 12:01:20 CDT 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May  4 16:25:41 2012 +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 b8123ab..563c759 100644
--- a/dlls/d3dx9_36/tests/mesh.c
+++ b/dlls/d3dx9_36/tests/mesh.c
@@ -10173,7 +10173,7 @@ static void test_optimize_faces(void)
                                tc[i].num_vertices, tc[i].indices_are_32bit,
                                face_remap);
         ok(hr == D3D_OK, "D3DXOptimizeFaces test case %d failed. "
-           "Got %x\n, expected D3D_OK", i, hr);
+           "Got %x\n, expected D3D_OK\n", i, hr);
 
         /* Compare face remap with expected face remap */
         for (j = 0; j < tc[i].num_faces; j++)




More information about the wine-cvs mailing list