summaryrefslogtreecommitdiff
path: root/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected')
-rw-r--r--tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected b/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected
new file mode 100644
index 000000000..fef4b78de
--- /dev/null
+++ b/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected
@@ -0,0 +1,7 @@
+result code = -1
+standard error = {
+(0): warning 32: the stage specified for entry point 'main' ('pixel') does not match the stage implied by the source file name ('vertex')
+(0): error 11: the Slang compiler does not support GLSL as a source language
+}
+standard output = {
+}