summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/array.scala
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/scalacheck/array.scala
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/scalacheck/array.scala')
-rw-r--r--test/files/scalacheck/array.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalacheck/array.scala b/test/files/scalacheck/array.scala
index 3801f581fb..03c0217180 100644
--- a/test/files/scalacheck/array.scala
+++ b/test/files/scalacheck/array.scala
@@ -4,7 +4,7 @@ import Gen._
import Arbitrary._
import util._
import Buildable._
-import scala.collection.mutable.GenericArray
+import scala.collection.mutable.ArraySeq
object Test extends Properties("Array") {
/** At this moment the authentic scalacheck Array Builder/Arb bits are commented out.