summaryrefslogtreecommitdiff
path: root/tests/language-feature/higher-order-functions
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-11-07 12:49:23 +0200
committerGitHub <noreply@github.com>2024-11-07 18:49:23 +0800
commit43df1da01463beb53d1483d152f55c6c48feb9c4 (patch)
tree2f9722defc64ffbbcc9f3ed1a70789eb7e060965 /tests/language-feature/higher-order-functions
parentd53a3ab92d94b133a6c1992e91e7a08fe99b3337 (diff)
Enable a bunch of WGPU tests (#5513)
This closes issue #5505.
Diffstat (limited to 'tests/language-feature/higher-order-functions')
-rw-r--r--tests/language-feature/higher-order-functions/simple.slang1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/language-feature/higher-order-functions/simple.slang b/tests/language-feature/higher-order-functions/simple.slang
index 161a12c3c..13fc16aa5 100644
--- a/tests/language-feature/higher-order-functions/simple.slang
+++ b/tests/language-feature/higher-order-functions/simple.slang
@@ -2,7 +2,6 @@
//TEST(compute):COMPARE_COMPUTE_EX():-slang -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE:-cpu -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -output-using-type
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer
RWStructuredBuffer<uint> outputBuffer;