summaryrefslogtreecommitdiff
path: root/test/files/run/typetags_multi.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/typetags_multi.check')
-rw-r--r--test/files/run/typetags_multi.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/run/typetags_multi.check b/test/files/run/typetags_multi.check
index 613106985c..f3ac592f5a 100644
--- a/test/files/run/typetags_multi.check
+++ b/test/files/run/typetags_multi.check
@@ -1,5 +1,5 @@
-ConcreteTypeTag[Int]
-ConcreteTypeTag[Array[Int]]
-ConcreteTypeTag[Array[Array[Int]]]
-ConcreteTypeTag[Array[Array[Array[Int]]]]
-ConcreteTypeTag[Array[Array[Array[Array[Int]]]]]
+Int
+Array[Int]
+Array[Array[Int]]
+Array[Array[Array[Int]]]
+Array[Array[Array[Array[Int]]]]