summaryrefslogtreecommitdiffstats
path: root/tests/reflection/global-type-params.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/global-type-params.slang')
-rw-r--r--tests/reflection/global-type-params.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reflection/global-type-params.slang b/tests/reflection/global-type-params.slang
index 74961b7cc..290e6353a 100644
--- a/tests/reflection/global-type-params.slang
+++ b/tests/reflection/global-type-params.slang
@@ -7,8 +7,8 @@
interface IBase
{};
-__generic_param TParam : IBase;
-__generic_param TParam2 : IBase;
+type_param TParam : IBase;
+type_param TParam2 : IBase;
struct S
{