From e0cf98dd424980a8d6d93af7650ba75c835b80bc Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 6 Apr 2010 13:53:39 +0000 Subject: Optimized toArray for ArrayOps and WrappedArrays. --- test/files/run/viewtest.check | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'test/files/run/viewtest.check') diff --git a/test/files/run/viewtest.check b/test/files/run/viewtest.check index ded3ac0e92..6e0fe81a67 100644 --- a/test/files/run/viewtest.check +++ b/test/files/run/viewtest.check @@ -1,17 +1,11 @@ -SeqViewZ((x,0)) +SeqViewZ(...) ys defined mapping 1 2 -mapping 1 -mapping 2 -mapping 3 -SeqViewMS(3, 4) +SeqViewMS(...) mapping 3 4 -mapping 1 -mapping 2 -mapping 3 -SeqViewM(2, 3, 4) +SeqViewM(...) mapping 1 mapping 2 mapping 3 -- cgit v1.2.3