summaryrefslogtreecommitdiff
path: root/tests/bugs/nested-existential-dyndispatch.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/nested-existential-dyndispatch.slang')
-rw-r--r--tests/bugs/nested-existential-dyndispatch.slang1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs/nested-existential-dyndispatch.slang b/tests/bugs/nested-existential-dyndispatch.slang
index 8c7395760..ed4f5722d 100644
--- a/tests/bugs/nested-existential-dyndispatch.slang
+++ b/tests/bugs/nested-existential-dyndispatch.slang
@@ -1,5 +1,4 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type
-//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
RWStructuredBuffer<float> outputBuffer;