summaryrefslogtreecommitdiff
path: root/tests/compute/constant-buffer-memory-packing.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/constant-buffer-memory-packing.slang')
-rw-r--r--tests/compute/constant-buffer-memory-packing.slang2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/compute/constant-buffer-memory-packing.slang b/tests/compute/constant-buffer-memory-packing.slang
index 93d4331fd..fb7a78fc1 100644
--- a/tests/compute/constant-buffer-memory-packing.slang
+++ b/tests/compute/constant-buffer-memory-packing.slang
@@ -9,8 +9,6 @@
//TEST(compute, vulkan):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-vk -compute
//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-mtl -compute
-//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu
-
// CPP/CUDA due to natural layout rules will recieve the following ROW matrix:
// {1,2,3}
// {0,4,5}