Rico Schüller : d3dx9/tests: Fix typo.
Module: wine Branch: master Commit: 5b7834851fc885c6011395d441047a8a74e21cd6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5b7834851fc885c6011395d441... Author: Rico Schüller <kgbricola(a)web.de> Date: Tue Oct 25 10:39:33 2011 +0200 d3dx9/tests: Fix typo. --- 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 8d82a68..d11a918 100644 --- a/dlls/d3dx9_36/tests/shader.c +++ b/dlls/d3dx9_36/tests/shader.c @@ -260,7 +260,7 @@ static void test_get_shader_constant_table_ex(void) /* No CTAB data */ hr = D3DXGetShaderConstantTableEx(simple_ps, 0, &constant_table); - ok(hr == D3DXERR_INVALIDDATA, "Got result %x, expected %x (D3DERR_INVALIDCALL)\n", hr, D3DXERR_INVALIDDATA); + ok(hr == D3DXERR_INVALIDDATA, "Got result %x, expected %x (D3DXERR_INVALIDDATA)\n", hr, D3DXERR_INVALIDDATA); /* With invalid CTAB data */ hr = D3DXGetShaderConstantTableEx(shader_with_invalid_ctab, 0, &constant_table);
participants (1)
-
Alexandre Julliard