summaryrefslogtreecommitdiff
path: root/tests/diagnostics/syntax-error-op-line-3.slang
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-05-03 18:02:31 -0700
committerGitHub <noreply@github.com>2024-05-03 18:02:31 -0700
commit59903ef7e4ddd8885f71567bf0fc85527a88fffc (patch)
tree700a177860d24610780390b35277aa8ff5c47947 /tests/diagnostics/syntax-error-op-line-3.slang
parent54153a3681c7c6ef86c6f7a864719d32a1934240 (diff)
Add host shared library target. (#4098)
* Add host shared library target. * Attempt fix. * Fix warnings. * try fix. * Fix test. * Fix.
Diffstat (limited to 'tests/diagnostics/syntax-error-op-line-3.slang')
-rw-r--r--tests/diagnostics/syntax-error-op-line-3.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diagnostics/syntax-error-op-line-3.slang b/tests/diagnostics/syntax-error-op-line-3.slang
index 5486b8603..51b2bded7 100644
--- a/tests/diagnostics/syntax-error-op-line-3.slang
+++ b/tests/diagnostics/syntax-error-op-line-3.slang
@@ -7,7 +7,7 @@
//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
+//TEST:SIMPLE_LINE:-entry computeMain -target shader-dll
//TEST:SIMPLE_LINE:-entry computeMain -target ptx
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer