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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 18 08:33:04 CDT 2016


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 17 23:38:56 2016 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/d3dx9_36/tests/effect.c b/dlls/d3dx9_36/tests/effect.c
index e43bbdc..13467ed 100644
--- a/dlls/d3dx9_36/tests/effect.c
+++ b/dlls/d3dx9_36/tests/effect.c
@@ -2904,7 +2904,7 @@ static void test_effect_states(IDirect3DDevice9 *device)
     hr = IDirect3DDevice9_GetLightEnable(device, 2, &bval);
     ok(hr == D3D_OK, "Got result %x, expected 0 (D3D_OK).\n", hr);
     if (hr == D3D_OK)
-        ok(!bval, "Got result %u, expected 0.", bval);
+        ok(!bval, "Got result %u, expected 0.\n", bval);
 
     hr = IDirect3DDevice9_SetTransform(device, D3DTS_WORLDMATRIX(1), &test_mat);
     hr = effect->lpVtbl->Begin(effect, &npasses, 0);




More information about the wine-cvs mailing list