summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-06 00:42:50 +0000
committerPaul Phillips <paulp@improving.org>2010-04-06 00:42:50 +0000
commit3b8ee6d4a95eb417b9e4eb944afb8d36bc913e18 (patch)
tree645c05a441a60a8620eb67ac89b61d4abd9946b7 /test/files/jvm/interpreter.check
parentb6f8761f03174a7a62ae3869685a5bd5ce56f45e (diff)
downloadscala-3b8ee6d4a95eb417b9e4eb944afb8d36bc913e18.tar.gz
scala-3b8ee6d4a95eb417b9e4eb944afb8d36bc913e18.tar.bz2
scala-3b8ee6d4a95eb417b9e4eb944afb8d36bc913e18.zip
Fix for the partest task to fail the build when...
Fix for the partest task to fail the build when a test fails, and fixes for 2/3 of the quietly failing tests. I'm not quite sure what to do about the view ones, it doesn't look like a simple rename is going to cut it, so: review by odersky.
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index 03c773e2cb..b74ba1be0a 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -169,7 +169,7 @@ scala> res4: Array[_] = Array(2)
scala> res5: Array[java.lang.String] = Array(abc, abc)
-scala> res6: scala.collection.mutable.GenericArray[_] = GenericArray(1, 2)
+scala> res6: scala.collection.mutable.ArraySeq[_] = ArraySeq(1, 2)
scala> res7: Array[(_$1, _$1)] forSome { type _$1 } = Array((1,1), (2,2))