summaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/gh-171.slang4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/bugs/gh-171.slang b/tests/bugs/gh-171.slang
index 6a8d27ff0..b37f77ce2 100644
--- a/tests/bugs/gh-171.slang
+++ b/tests/bugs/gh-171.slang
@@ -17,10 +17,6 @@ float4 main(float2 uv: UV) : SV_Target
#else
-cbuffer C : register(b0)
-{
-};
-
Texture2D SLANG_parameterBlock_C_t : register(t0);
SamplerState SLANG_parameterBlock_C_s : register(s0);