summaryrefslogtreecommitdiff
path: root/tests/diagnostics/command-line
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/command-line')
-rw-r--r--tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected2
1 files changed, 1 insertions, 1 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
index fef4b78de..81fa57fc9 100644
--- a/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected
+++ b/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert.expected
@@ -1,7 +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
+(0): error 11: the Slang compiler does not support GLSL as a source language by default, please use -allow-glsl
}
standard output = {
}