summaryrefslogtreecommitdiff
path: root/test/files/run/classtags_multi.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classtags_multi.check')
-rw-r--r--test/files/run/classtags_multi.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/run/classtags_multi.check b/test/files/run/classtags_multi.check
index 3a7f16c3a0..68cee4841d 100644
--- a/test/files/run/classtags_multi.check
+++ b/test/files/run/classtags_multi.check
@@ -1,5 +1,5 @@
-ClassTag[int]
-ClassTag[class [I]
-ClassTag[class [[I]
-ClassTag[class [[[I]
-ClassTag[class [[[[I]
+Int
+Array[int]
+Array[Array[int]]
+Array[Array[Array[int]]]
+Array[Array[Array[Array[int]]]]