From f38c082c7c576da5f82fcd952c2622d4f98fb3a2 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Wed, 8 Apr 2020 12:37:16 -0700 Subject: Fix expected output for dxc-error test. (#1312) I'm not sure how this slipped in, but I know that I missed this when testing all my recent PRs because I end up havign a bunch of random not-ready-to-commit repro tests in my source tree which means I always get at least *some* test failures and have to scan them for the ones that are real. Somehow I have had a blind spot for this one. --- tests/cross-compile/dxc-error.hlsl.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cross-compile/dxc-error.hlsl.expected b/tests/cross-compile/dxc-error.hlsl.expected index f9f565393..2028cd2f0 100644 --- a/tests/cross-compile/dxc-error.hlsl.expected +++ b/tests/cross-compile/dxc-error.hlsl.expected @@ -1,6 +1,6 @@ result code = -1 standard error = { -dxc: tests/cross-compile/dxc-error.hlsl:9:2: error: use of undeclared identifier 'gOutputBuffer' +dxc: tests/cross-compile/dxc-error.hlsl:8:2: error: use of undeclared identifier 'gOutputBuffer' gOutputBuffer[tid] = dispatchThreadID.x * 0.5f; ^ } -- cgit v1.2.3