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, 1 insertions, 0 deletions
diff --git a/tests/bugs/nested-existential-dyndispatch.slang b/tests/bugs/nested-existential-dyndispatch.slang
index ed4f5722d..8c7395760 100644
--- a/tests/bugs/nested-existential-dyndispatch.slang
+++ b/tests/bugs/nested-existential-dyndispatch.slang
@@ -1,4 +1,5 @@
//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;