diff options
Diffstat (limited to 'tests/cross-compile/dxc-error.hlsl.expected')
| -rw-r--r-- | tests/cross-compile/dxc-error.hlsl.expected | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cross-compile/dxc-error.hlsl.expected b/tests/cross-compile/dxc-error.hlsl.expected index 5fdc2362b..c47ca80a6 100644 --- a/tests/cross-compile/dxc-error.hlsl.expected +++ b/tests/cross-compile/dxc-error.hlsl.expected @@ -1,8 +1,8 @@ result code = -1 standard error = { -dxc: tests/cross-compile/dxc-error.hlsl(8): error : use of undeclared identifier 'gOutputBuffer' -dxc: note : gOutputBuffer[tid] = dispatchThreadID.x * 0.5f; -dxc: note : ^ +dxc 1.7: tests/cross-compile/dxc-error.hlsl(8): error : use of undeclared identifier 'gOutputBuffer' +dxc 1.7: note : gOutputBuffer[tid] = dispatchThreadID.x * 0.5f; +dxc 1.7: note : ^ } standard output = { } |
