summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-01-31 23:53:28 -0800
committerGitHub <noreply@github.com>2024-02-01 15:53:28 +0800
commita2d2018a8be41aecd2c1810db8556e0c07595fb9 (patch)
tree747494c7c56cc50a47eca57dbcc200ebf6280b36 /tests
parent2d0912bfe2de7799b32e80722fa5c8dc279a339b (diff)
Add slangc option to specialize entrypoint + auto glsl mode. (#3531)
* Add slangc option to specialize entrypoint. * Auto enable glsl mode when input file has glsl extension name. * Fix test. --------- Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert b/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert
index ec1f17887..d7c99233f 100644
--- a/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert
+++ b/tests/diagnostics/command-line/explicit-implicit-stage-mismatch.vert
@@ -1,3 +1,5 @@
// explicit-implicit-stage-mismatch.vert
-//DIAGNOSTIC_TEST:SIMPLE:-stage fragment
+//TEST:SIMPLE(filecheck=CHECK):-stage fragment
+
+//CHECK: warning 32: