Module: wine Branch: master Commit: 49484479bd951ea3a81067945e786d843d207f82 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49484479bd951ea3a81067945e...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 25 13:50:01 2011 +0200
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
---
dlls/d3dx9_36/tests/shader.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3dx9_36/tests/shader.c b/dlls/d3dx9_36/tests/shader.c index 6bcfac8..11626f5 100644 --- a/dlls/d3dx9_36/tests/shader.c +++ b/dlls/d3dx9_36/tests/shader.c @@ -567,7 +567,7 @@ static void test_setting_arrays_table(IDirect3DDevice9 *device) "The in-bounds elements of the array were not set, out={%f, %f, %f, %f}, should be {%f, %f, %f, %f}\n", out[0], out[4], out[8], out[12], farray[0], farray[1], farray[2], farray[3]); ok(out[16] == 0.0f && out[20] == 0.0f && out[24] == 0.0f && out[28] == 0.0f, - "The excess elements of the array were set, out={%f, %f, %f, %f}, should be all 0.0f", + "The excess elements of the array were set, out={%f, %f, %f, %f}, should be all 0.0f\n", out[16], out[20], out[24], out[28]);
/* ivecarray takes up only 1 register, but a matrix takes up 4, so no elements should be set */