summaryrefslogtreecommitdiff
path: root/test/files/run/bug4285.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-28 21:23:59 +0000
committerPaul Phillips <paulp@improving.org>2011-02-28 21:23:59 +0000
commitfdaa0a7a0178eab124d65f96e872c07c4400c94a (patch)
tree2d2e8c1214e7fb253954ac1e73e616d06d9de7e6 /test/files/run/bug4285.check
parent34719ee9cb51650550cfcf849178cf5da5a93dd5 (diff)
downloadscala-fdaa0a7a0178eab124d65f96e872c07c4400c94a.tar.gz
scala-fdaa0a7a0178eab124d65f96e872c07c4400c94a.tar.bz2
scala-fdaa0a7a0178eab124d65f96e872c07c4400c94a.zip
Break 9 tests, fix 9 tests, realize you broke t...
Break 9 tests, fix 9 tests, realize you broke the test you checked in between +9 and -9. Fix that and generalize the repl tests a little. I think we're all the way there. No review.
Diffstat (limited to 'test/files/run/bug4285.check')
-rw-r--r--test/files/run/bug4285.check9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/files/run/bug4285.check b/test/files/run/bug4285.check
index 6f906f80a6..5a3c9811c3 100644
--- a/test/files/run/bug4285.check
+++ b/test/files/run/bug4285.check
@@ -1,9 +1,12 @@
-Welcome to Scala version 2.9.0.r24351-b20110228153004 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_22).
Type in expressions to have them evaluated.
Type :help for more information.
+scala>
+scala> x: Array[Int] = Array(1, 2, 3, 4, 5, 6, 7)
+
+scala> y: scala.collection.mutable.WrappedArray[Int] = WrappedArray(2, 4, 6, 8, 10, 12, 14)
+
scala> 56
-x: Array[Int] = Array(2, 4, 6, 8, 10, 12, 14)
-y: scala.collection.mutable.WrappedArray[Int] = WrappedArray(2, 4, 6, 8, 10, 12, 14)
scala>
+scala>