summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-08-15 10:07:49 -0700
committerTim Foley <tfoley@nvidia.com>2017-08-15 10:07:49 -0700
commitf64bbf712e4e0719604d1e6728eef74539c9ceda (patch)
tree34d2ad3937c3986dfa7ce8d660cf902c19315581 /tests/diagnostics
parent4a94f39020dcc143f9a1d8f5c57ba77a828ead61 (diff)
Add missing expected output file for test.
Diffstat (limited to 'tests/diagnostics')
-rw-r--r--tests/diagnostics/gh-38-vs.hlsl.expected9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/diagnostics/gh-38-vs.hlsl.expected b/tests/diagnostics/gh-38-vs.hlsl.expected
new file mode 100644
index 000000000..05f455821
--- /dev/null
+++ b/tests/diagnostics/gh-38-vs.hlsl.expected
@@ -0,0 +1,9 @@
+result code = -1
+standard error = {
+tests/diagnostics/gh-38-fs.hlsl(7): error 39999: conflicting explicit bindings for parameter 'conflicting'
+tests/diagnostics/gh-38-vs.hlsl(7): note: see other declaration of 'conflicting'
+tests/diagnostics/gh-38-fs.hlsl(5): warning 39999: explicit binding for parameter 'overlappingB' overlaps with parameter 'overlappingA'
+tests/diagnostics/gh-38-vs.hlsl(5): note: see declaration of 'overlappingA'
+}
+standard output = {
+}