d3d10_1/tests: Mark a failing test as todo.

Triggered by the vkd3d 1.11 import.
This commit is contained in:
Alexandre Julliard 2024-03-07 20:49:19 +01:00
parent 1edd53f00f
commit 27b22fedde

View file

@ -1074,6 +1074,7 @@ 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);
}