summaryrefslogtreecommitdiffstats
path: root/tests/bugs/nested-existential-dyndispatch.slang
diff options
context:
space:
mode:
authorskallweitNV <64953474+skallweitNV@users.noreply.github.com>2024-06-10 22:28:36 +0200
committerGitHub <noreply@github.com>2024-06-10 13:28:36 -0700
commit712ce653d4c3d7284dd71389f31540d0da7f144e (patch)
tree9d99ac7d5804c47e900dce01455edcf3bde52cd2 /tests/bugs/nested-existential-dyndispatch.slang
parent38c0baccac70ca36a2c90218d6a92b8c036b1a5e (diff)
enable more metal tests (#4326)
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;