summaryrefslogtreecommitdiff
path: root/tests/diagnostics/syntax-error-op-line.slang
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-04-23 12:14:21 -0700
committerGitHub <noreply@github.com>2024-04-23 12:14:21 -0700
commitf1de1817ca10e34ec6a844100f10f0de3340c9f2 (patch)
tree63e631a3c546107f450ab5153e630c5b4a0dc33a /tests/diagnostics/syntax-error-op-line.slang
parent0d9206855888d694e0b8f91be4524b57293773d6 (diff)
Switch to direct-to-spirv backend as default. (#4002)
* Switch to direct-to-spirv backend as default. * Fix slang-test. * Fix. * Fix.
Diffstat (limited to 'tests/diagnostics/syntax-error-op-line.slang')
-rw-r--r--tests/diagnostics/syntax-error-op-line.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diagnostics/syntax-error-op-line.slang b/tests/diagnostics/syntax-error-op-line.slang
index eab15e4a4..24ebaccd7 100644
--- a/tests/diagnostics/syntax-error-op-line.slang
+++ b/tests/diagnostics/syntax-error-op-line.slang
@@ -4,7 +4,7 @@
// the downstream compiler being present is a requirement, so we mark as a 'TEST' so that
// those tests are made.
-//TEST:SIMPLE_LINE:-entry computeMain -target spirv
+//TEST:SIMPLE_LINE:-entry computeMain -target spirv -emit-spirv-via-glsl
//TEST:SIMPLE_LINE:-entry computeMain -target dxil -profile cs_6_0
//TEST:SIMPLE_LINE:-entry computeMain -target dxbc
//TEST:SIMPLE_LINE:-entry computeMain -target dll