summaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
authorArielG-NV <159081215+ArielG-NV@users.noreply.github.com>2024-06-27 07:53:00 -0400
committerGitHub <noreply@github.com>2024-06-27 04:53:00 -0700
commit4dd41de7558b2b3b7fe99b4b624dc91969031abe (patch)
treeb3f3ccacdd7e4d0afb5a7c5f2709a25f51babd6e /tests/bugs
parentde454b0e84ae160678698609b4754242159ae566 (diff)
Remove returned-array-legalization pass for metal (#4478)
* disable return array optimization pass for metal targets fixes: #4468
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/gh-2959.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-2959.slang b/tests/bugs/gh-2959.slang
index f6c58d1ee..056900b95 100644
--- a/tests/bugs/gh-2959.slang
+++ b/tests/bugs/gh-2959.slang
@@ -1,5 +1,5 @@
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -shaderobj -output-using-type
-//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
+//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-slang -shaderobj -mtl
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
RWStructuredBuffer<uint> outputBuffer;