summaryrefslogtreecommitdiff
path: root/test/files/run/colltest1.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2010-04-06 13:53:39 +0000
committerMartin Odersky <odersky@gmail.com>2010-04-06 13:53:39 +0000
commite0cf98dd424980a8d6d93af7650ba75c835b80bc (patch)
tree5f6b70d06f33a7a18dc4ac014df0025863f0cc94 /test/files/run/colltest1.check
parenta292a87fc5b6145ea3a790780c0d24c83375b228 (diff)
downloadscala-e0cf98dd424980a8d6d93af7650ba75c835b80bc.tar.gz
scala-e0cf98dd424980a8d6d93af7650ba75c835b80bc.tar.bz2
scala-e0cf98dd424980a8d6d93af7650ba75c835b80bc.zip
Optimized toArray for ArrayOps and WrappedArrays.
Diffstat (limited to 'test/files/run/colltest1.check')
-rw-r--r--test/files/run/colltest1.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/run/colltest1.check b/test/files/run/colltest1.check
index a5f4ada7a3..7377174281 100644
--- a/test/files/run/colltest1.check
+++ b/test/files/run/colltest1.check
@@ -72,11 +72,11 @@ new test starting with List()
9: List(2, 3, 4, 5, 6, 7, 8, 9, 10)
1
List(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
-new test starting with IndexedSeq()
-10: IndexedSeq(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
-9: IndexedSeq(2, 3, 4, 5, 6, 7, 8, 9, 10)
+new test starting with Vector()
+10: Vector(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
+9: Vector(2, 3, 4, 5, 6, 7, 8, 9, 10)
1
-IndexedSeq(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
+Vector(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
new test starting with Vector()
10: Vector(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
9: Vector(2, 3, 4, 5, 6, 7, 8, 9, 10)