summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/array.scala
diff options
context:
space:
mode:
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.