summaryrefslogtreecommitdiff
path: root/tests/bugs/ssa-loop.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/ssa-loop.slang')
-rw-r--r--tests/bugs/ssa-loop.slang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/ssa-loop.slang b/tests/bugs/ssa-loop.slang
index 21cf6e7f5..c44290930 100644
--- a/tests/bugs/ssa-loop.slang
+++ b/tests/bugs/ssa-loop.slang
@@ -3,6 +3,7 @@
// Bug related to SSA form for loops
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj
+//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
int test(int val)
{
@@ -28,4 +29,4 @@ void computeMain(int3 dispatchThreadID : SV_DispatchThreadID)
int inputVal = tid;
int outputVal = test(inputVal);
gOutputBuffer[tid] = outputVal;
-} \ No newline at end of file
+}