diff options
Diffstat (limited to 'tests/compute/interface-assoc-type-param.slang')
| -rw-r--r-- | tests/compute/interface-assoc-type-param.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/interface-assoc-type-param.slang b/tests/compute/interface-assoc-type-param.slang index a234d457f..6f7443e1f 100644 --- a/tests/compute/interface-assoc-type-param.slang +++ b/tests/compute/interface-assoc-type-param.slang @@ -16,7 +16,8 @@ interface IEval uint eval(); } -export struct Impl : IInterface +//TEST_INPUT: type_conformance Impl:IInterface = 0 +struct Impl : IInterface { uint val; struct TEval : IEval |
