summaryrefslogtreecommitdiff
path: root/test/files/run/interop_classtags_are_classmanifests.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/interop_classtags_are_classmanifests.check')
-rw-r--r--test/files/run/interop_classtags_are_classmanifests.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/interop_classtags_are_classmanifests.check b/test/files/run/interop_classtags_are_classmanifests.check
index 7a0a829af2..c07ed0e657 100644
--- a/test/files/run/interop_classtags_are_classmanifests.check
+++ b/test/files/run/interop_classtags_are_classmanifests.check
@@ -1,3 +1,3 @@
-ClassTag[int]
-ClassTag[class java.lang.String]
-ClassTag[class [I]
+Int
+java.lang.String
+Array[int]