summaryrefslogtreecommitdiff
path: root/test/files/run/t0017.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/run/t0017.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/run/t0017.check')
-rw-r--r--test/files/run/t0017.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0017.check b/test/files/run/t0017.check
index 86c5fe56a8..3a72142467 100644
--- a/test/files/run/t0017.check
+++ b/test/files/run/t0017.check
@@ -1 +1 @@
-Array(GenericArray(1, 3), GenericArray(2, 4))
+Array(ArraySeq(1, 3), ArraySeq(2, 4))