summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/testdir/test.scala
blob: d5a5056137b3507748f0ca64032ded82bcf9c9cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import org.scalacheck._






object Test extends Properties("Nothing") {
  val d = Dependency.v
}