diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compute/interface-param.slang | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/compute/interface-param.slang b/tests/compute/interface-param.slang index 2e97a7fe2..1c16d2e9b 100644 --- a/tests/compute/interface-param.slang +++ b/tests/compute/interface-param.slang @@ -1,7 +1,5 @@ // interface-param.slang -//TEST_DISABLED: - // Test basic use of an interface as an existential type // for a value parameter, instead of just as a constraint // on a generic type parameter. @@ -10,8 +8,6 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -//TEST:SIMPLE:-target hlsl -entry computeMain -stage compute -profile sm_5_1 -dump-ir - interface IHelper { int getVal(); |
