=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3d10core/tests: Fix typo.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 10 10:36:21 CST 2015


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Tue Nov 10 01:40:25 2015 +0100

d3d10core/tests: Fix typo.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/d3d10core/tests/device.c b/dlls/d3d10core/tests/device.c
index 6c6d8bb..d6b6bfb 100644
--- a/dlls/d3d10core/tests/device.c
+++ b/dlls/d3d10core/tests/device.c
@@ -2720,7 +2720,7 @@ float4 main(float4 color : COLOR) : SV_TARGET
     for (i = 0; i < D3D10_SO_BUFFER_SLOT_COUNT; ++i)
     {
         ok(tmp_buffer[i] == so_buffer[i], "Got unexpected stream output %p in slot %u, expected %p.\n",
-                tmp_buffer[i], i, buffer[i]);
+                tmp_buffer[i], i, so_buffer[i]);
         ID3D10Buffer_Release(tmp_buffer[i]);
         todo_wine ok(offset[i] == ~0u, "Got unexpected stream output offset %u in slot %u.\n", offset[i], i);
     }




More information about the wine-cvs mailing list