diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-01-28 14:21:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-28 14:21:21 -0800 |
| commit | adb3e222393a780de41f258bd273fa3231db10c0 (patch) | |
| tree | 1d39bbf22e31dbc0e1d3861258dbcbbeb0dc3bc6 /tests | |
| parent | 3b9573af2c1c898eb8c5b98b6d29cd3889579a51 (diff) | |
| parent | 3c3513ab501277333d1062ad2737ac4a60dac6f7 (diff) | |
Merge branch 'master' into yong-fix2
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(); |
