summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/manifests.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/manifests.check b/test/files/jvm/manifests.check
index 5a11ef3926..69ab066b87 100644
--- a/test/files/jvm/manifests.check
+++ b/test/files/jvm/manifests.check
@@ -14,8 +14,8 @@ x=List('abc), m=scala.collection.immutable.List[scala.Symbol]
x=[Z, m=Array[Boolean]
x=[C, m=Array[Char]
x=[I, m=Array[Int]
-x=Array(abc), m=Array[java.lang.String]
-x=Array('abc), m=Array[scala.Symbol]
+x=[Ljava.lang.String;, m=Array[java.lang.String]
+x=[Lscala.Symbol;, m=Array[scala.Symbol]
x=((),()), m=scala.Tuple2[Unit, Unit]
x=(true,false), m=scala.Tuple2[Boolean, Boolean]