tests: Remove todo for binary occlusion query test.

This test passes correctly now.

Signed-off-by: Philip Rebohle <philip.rebohle@tu-dortmund.de>
This commit is contained in:
Philip Rebohle 2020-11-19 16:31:40 +01:00 committed by Hans-Kristian Arntzen
parent fb6f078ba9
commit 35f6aa22c7
1 changed files with 0 additions and 1 deletions

View File

@ -23985,7 +23985,6 @@ static void test_query_occlusion(void)
else
expected_result = samples_passed ? 640 * 480 : 0;
todo_if(expected_result && tests[i].type == D3D12_QUERY_TYPE_BINARY_OCCLUSION)
ok(result == expected_result, "Test %u: Got unexpected result %"PRIu64".\n", i, result);
}
release_resource_readback(&rb);