summaryrefslogtreecommitdiffstats
path: root/tests/bugs/vec-compare.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/vec-compare.slang
parent38c0baccac70ca36a2c90218d6a92b8c036b1a5e (diff)
enable more metal tests (#4326)
Diffstat (limited to 'tests/bugs/vec-compare.slang')
-rw-r--r--tests/bugs/vec-compare.slang1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs/vec-compare.slang b/tests/bugs/vec-compare.slang
index 996def7d6..b2f5802e4 100644
--- a/tests/bugs/vec-compare.slang
+++ b/tests/bugs/vec-compare.slang
@@ -1,7 +1,6 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -shaderobj
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj
-//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=4):out,name outputBuffer
RWStructuredBuffer<int> outputBuffer;