From 1521121b573c9e4766fd66c080d44c9af099b438 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 4 Oct 2015 20:08:03 +0200 Subject: Bugfixes and move CollectionStrawMan1 into the correct directory. --- tests/run/CollectionTests.check | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/run/CollectionTests.check') 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 -- cgit v1.2.3