summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reify-groundtypetag-typeparams-tags.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-reify-groundtypetag-typeparams-tags.check')
-rw-r--r--test/files/run/macro-reify-groundtypetag-typeparams-tags.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/macro-reify-groundtypetag-typeparams-tags.check b/test/files/run/macro-reify-groundtypetag-typeparams-tags.check
index 24612cd4b7..d75b3c72b2 100644
--- a/test/files/run/macro-reify-groundtypetag-typeparams-tags.check
+++ b/test/files/run/macro-reify-groundtypetag-typeparams-tags.check
@@ -1,2 +1,2 @@
-GroundTypeTag[Int]
-GroundTypeTag[List[Int]]
+ConcreteTypeTag[Int]
+ConcreteTypeTag[List[Int]]