From ead98ef32987e422b06c5275d3d923e37bea21fd Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Mon, 16 Oct 2023 12:01:07 +0200 Subject: [PATCH] tests: Remove an irrelevant input from a test. The irrelevant input caused the test to fail on D3D12 for reasons unrelated to the test's goal. --- tests/hlsl/object-references.shader_test | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hlsl/object-references.shader_test b/tests/hlsl/object-references.shader_test index e7b2bef0..ff405559 100644 --- a/tests/hlsl/object-references.shader_test +++ b/tests/hlsl/object-references.shader_test @@ -226,7 +226,6 @@ size (1, 1) [pixel shader todo fail(sm>=6)] struct apple { Texture2D tex; - float4 fo : COLOR; }; float4 main(struct apple input) : sv_target