summaryrefslogtreecommitdiff
path: root/test/files/run/matcharraytail.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2010-05-25 17:22:48 +0000
committerMartin Odersky <odersky@gmail.com>2010-05-25 17:22:48 +0000
commitd38342768a2657b8776d1b6fcf2b8e4b585d4cbf (patch)
tree0c054117ddc6e051710243278d7a29d737c4d549 /test/files/run/matcharraytail.check
parent6ecd2f3ef0384dd761c52b1129c5e7219ad319c3 (diff)
downloadscala-d38342768a2657b8776d1b6fcf2b8e4b585d4cbf.tar.gz
scala-d38342768a2657b8776d1b6fcf2b8e4b585d4cbf.tar.bz2
scala-d38342768a2657b8776d1b6fcf2b8e4b585d4cbf.zip
Updated check file. No review.
Diffstat (limited to 'test/files/run/matcharraytail.check')
-rw-r--r--test/files/run/matcharraytail.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/matcharraytail.check b/test/files/run/matcharraytail.check
index 15381501a9..f2844d41a9 100644
--- a/test/files/run/matcharraytail.check
+++ b/test/files/run/matcharraytail.check
@@ -1,2 +1,2 @@
Array(foo, bar, baz)
-ArrayBuffer(bar, baz)
+Vector(bar, baz)