summaryrefslogtreecommitdiff
path: root/tests/compute/unbounded-array-of-array.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/unbounded-array-of-array.slang')
-rw-r--r--tests/compute/unbounded-array-of-array.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/unbounded-array-of-array.slang b/tests/compute/unbounded-array-of-array.slang
index d5071d876..5d5b41f5a 100644
--- a/tests/compute/unbounded-array-of-array.slang
+++ b/tests/compute/unbounded-array-of-array.slang
@@ -1,5 +1,5 @@
//DISABLE_TEST:CPU_REFLECTION: -profile cs_5_0 -entry computeMain -target cpp
-//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute
+//DISABLED_TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute
struct IntAoa { RWStructuredBuffer<int> array[]; }