aboutsummaryrefslogtreecommitdiff
path: root/tests/run/CollectionTests.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-10-04 20:08:03 +0200
committerMartin Odersky <odersky@gmail.com>2015-10-06 13:54:36 +0200
commit1521121b573c9e4766fd66c080d44c9af099b438 (patch)
treeef367120daf2f8012c364ca809aff36dec897fc3 /tests/run/CollectionTests.check
parent135b7255b3e90117cca9d046a89ef779adbef783 (diff)
downloaddotty-1521121b573c9e4766fd66c080d44c9af099b438.tar.gz
dotty-1521121b573c9e4766fd66c080d44c9af099b438.tar.bz2
dotty-1521121b573c9e4766fd66c080d44c9af099b438.zip
Bugfixes and move CollectionStrawMan1 into the correct directory.
Diffstat (limited to 'tests/run/CollectionTests.check')
-rw-r--r--tests/run/CollectionTests.check20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/run/CollectionTests.check b/tests/run/CollectionTests.check
index 7c4f6e77a..6c61d8821 100644
--- a/tests/run/CollectionTests.check
+++ b/tests/run/CollectionTests.check
@@ -21,17 +21,17 @@ Cons(3,Cons(2,Cons(1,Nil)))
1
1
Cons(1,Cons(2,Cons(3,Nil)))
-Array(2)
-Array(1, 3)
-Array(3)
-Array(true, true, true)
-Array(1, -1, 2, -2, 3, -3)
-Array(1, 2, 3, 1, 2, 3)
-Array(1, 2, 3)
+ArrayBuffer(2)
+ArrayBuffer(1, 3)
+ArrayBuffer(3)
+ArrayBuffer(true, true, true)
+ArrayBuffer(1, -1, 2, -2, 3, -3)
+ArrayBuffer(1, 2, 3, 1, 2, 3)
+ArrayBuffer(1, 2, 3)
Cons(1,Cons(2,Cons(3,Nil)))
-Array(1, 2, 3, a)
-Array((1,true), (2,true), (3,true))
-Array(3, 2, 1)
+ArrayBuffer(1, 2, 3, a)
+ArrayBuffer((1,true), (2,true), (3,true))
+ArrayBuffer(3, 2, 1)
-------
123
123