Skip to content

Commit f38c082

Browse files
author
Tim Foley
authored
Fix expected output for dxc-error test. (shader-slang#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.
1 parent a53f817 commit f38c082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cross-compile/dxc-error.hlsl.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
result code = -1
22
standard error = {
3-
dxc: tests/cross-compile/dxc-error.hlsl:9:2: error: use of undeclared identifier 'gOutputBuffer'
3+
dxc: tests/cross-compile/dxc-error.hlsl:8:2: error: use of undeclared identifier 'gOutputBuffer'
44
gOutputBuffer[tid] = dispatchThreadID.x * 0.5f;
55
^
66
}

0 commit comments

Comments
 (0)