Module: wine Branch: master Commit: a5a0bc10f9e8688c2f3f32486a84fcf995e4a3e5 URL: https://gitlab.winehq.org/wine/wine/-/commit/a5a0bc10f9e8688c2f3f32486a84fcf...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Mar 14 13:58:41 2024 +0100
d3d10_1/tests: Remove todo from now passing test.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
dlls/d3d10_1/tests/d3d10_1.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/d3d10_1/tests/d3d10_1.c b/dlls/d3d10_1/tests/d3d10_1.c index 105a7d46dfb..e3cd3943594 100644 --- a/dlls/d3d10_1/tests/d3d10_1.c +++ b/dlls/d3d10_1/tests/d3d10_1.c @@ -1074,7 +1074,6 @@ static void test_compile_effect(void) /* Compilation fails due to 10.1 feature incompatibility with fx_4_0 profile. */ hr = D3D10CompileEffectFromMemory(bs_source2, strlen(bs_source2), NULL, NULL, NULL, 0, 0, &blob, NULL); - todo_wine ok(hr == E_FAIL, "Unexpected hr %#lx.\n", hr); }