summaryrefslogtreecommitdiff
path: root/tests/diagnostics/packoffset.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/packoffset.slang.expected')
-rw-r--r--tests/diagnostics/packoffset.slang.expected8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/diagnostics/packoffset.slang.expected b/tests/diagnostics/packoffset.slang.expected
deleted file mode 100644
index 701457fe7..000000000
--- a/tests/diagnostics/packoffset.slang.expected
+++ /dev/null
@@ -1,8 +0,0 @@
-result code = -1
-standard error = {
-tests/diagnostics/packoffset.slang(7): error 39012: explicit 'packoffset' bindings are not yet supported in Slang
- float4 x : packoffset(c0);
- ^~~~~~~~~~
-}
-standard output = {
-}