summaryrefslogtreecommitdiff
path: root/test/files/run/t2074_2.check
diff options
context:
space:
mode:
authorTiark Rompf <tiark.rompf@epfl.ch>2009-10-21 21:17:09 +0000
committerTiark Rompf <tiark.rompf@epfl.ch>2009-10-21 21:17:09 +0000
commit991c819cb54c40fbc0553a82bb4450ced648c61d (patch)
treef56e3dcf937a5283ce8ed9a251d3bf1e5de24abc /test/files/run/t2074_2.check
parent2816f2e6ce51206b3b5bdb1367203bf688625cb6 (diff)
downloadscala-991c819cb54c40fbc0553a82bb4450ced648c61d.tar.gz
scala-991c819cb54c40fbc0553a82bb4450ced648c61d.tar.bz2
scala-991c819cb54c40fbc0553a82bb4450ced648c61d.zip
built new starr and fixed test cases
Diffstat (limited to 'test/files/run/t2074_2.check')
-rw-r--r--test/files/run/t2074_2.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/t2074_2.check b/test/files/run/t2074_2.check
index 416b327bd0..eb1f072de3 100644
--- a/test/files/run/t2074_2.check
+++ b/test/files/run/t2074_2.check
@@ -1,3 +1,3 @@
-VectorView(1, 2, 3)
-VectorView(1, 2, 3)
-VectorViewZ((1,1), (2,2), (3,3))
+IndexedSeqView(1, 2, 3)
+IndexedSeqView(1, 2, 3)
+IndexedSeqViewZ((1,1), (2,2), (3,3))