summaryrefslogtreecommitdiff
path: root/test/scaladoc
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc')
-rw-r--r--test/scaladoc/IndexTest.scala1
-rw-r--r--test/scaladoc/model/CommentFactoryTest.scala1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/scaladoc/IndexTest.scala b/test/scaladoc/IndexTest.scala
index fea2fe33e3..c0404edbb8 100644
--- a/test/scaladoc/IndexTest.scala
+++ b/test/scaladoc/IndexTest.scala
@@ -1,4 +1,5 @@
import org.scalacheck._
+import org.scalacheck.Prop._
import scala.tools.nsc.doc
import scala.tools.nsc.doc.html.page.Index
diff --git a/test/scaladoc/model/CommentFactoryTest.scala b/test/scaladoc/model/CommentFactoryTest.scala
index 20b52b91f7..5a30b65078 100644
--- a/test/scaladoc/model/CommentFactoryTest.scala
+++ b/test/scaladoc/model/CommentFactoryTest.scala
@@ -1,4 +1,5 @@
import org.scalacheck._
+import org.scalacheck.Prop._
import scala.tools.nsc.Global
import scala.tools.nsc.doc