Alex Henrie : d3dx9/tests: Fix a copy-paste error in test_D3DXSHMultiply3.

Alexandre Julliard julliard at winehq.org
Tue Feb 28 15:27:03 CST 2017


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Feb 26 23:52:26 2017 -0700

d3dx9/tests: Fix a copy-paste error in test_D3DXSHMultiply3.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/d3dx9_36/tests/math.c b/dlls/d3dx9_36/tests/math.c
index dddd806..fbb6e27 100644
--- a/dlls/d3dx9_36/tests/math.c
+++ b/dlls/d3dx9_36/tests/math.c
@@ -3137,7 +3137,7 @@ static void test_D3DXSHMultiply3(void)
     D3DXSHMultiply3(c, c, b);
     for (i = 0; i < 20; i++)
         ok(relative_error(c[i], expected_aliased[i]) < admitted_error,
-                "Expected[%d] = %f, received = %f\n", i, expected[i], c[i]);
+                "Expected[%d] = %f, received = %f\n", i, expected_aliased[i], c[i]);
 }
 
 static void test_D3DXSHMultiply4(void)




More information about the wine-cvs mailing list