summaryrefslogtreecommitdiff
path: root/tests/bugs/bool-op.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bool-op.slang')
-rw-r--r--tests/bugs/bool-op.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bool-op.slang b/tests/bugs/bool-op.slang
index c10c7e0dd..4d4b43221 100644
--- a/tests/bugs/bool-op.slang
+++ b/tests/bugs/bool-op.slang
@@ -1,6 +1,6 @@
// enum.slang
-//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute
-//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute
+//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj
+//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj
// Confirm operations that produce bools - such as comparisons, or && ||, ! work correctly