tests: Delete spurious HLSL source line.

Signed-off-by: Conor McCarthy <cmccarthy@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Conor McCarthy 2021-07-12 13:31:27 +10:00 committed by Alexandre Julliard
parent 4b919a10ad
commit 751d9342f5

View File

@ -15498,7 +15498,6 @@ static void test_srv_component_mapping(void)
float4 main(float4 position : SV_POSITION) : SV_Target
{
float2 p;
D3D12_SUBRESOURCE_DATA data;
p.x = position.x / 32.0f;
p.y = position.y / 32.0f;