1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

d3d10_1/tests: Remove todo from now passing test.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov 2024-03-14 13:58:41 +01:00 committed by Alexandre Julliard
parent e91243a94e
commit a5a0bc10f9

View File

@ -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);
}