From f64bbf712e4e0719604d1e6728eef74539c9ceda Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Tue, 15 Aug 2017 10:07:49 -0700 Subject: Add missing expected output file for test. --- tests/diagnostics/gh-38-vs.hlsl.expected | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/diagnostics/gh-38-vs.hlsl.expected 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 = { +} -- cgit v1.2.3