summaryrefslogtreecommitdiff
path: root/test/scaladoc/scalacheck
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2012-11-21 16:06:36 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2012-12-12 15:46:41 +0400
commite5e6d673cf669e3c9a7643aedd02213e4f7bbddf (patch)
tree063972705e1a76d8a362e9a9c6d5ac7c120e6fe4 /test/scaladoc/scalacheck
parent522ef796c8466d24fe7068af0bd1c8989b29b392 (diff)
downloadscala-e5e6d673cf669e3c9a7643aedd02213e4f7bbddf.tar.gz
scala-e5e6d673cf669e3c9a7643aedd02213e4f7bbddf.tar.bz2
scala-e5e6d673cf669e3c9a7643aedd02213e4f7bbddf.zip
Extract base scaladoc functionality for the IDE.
Diffstat (limited to 'test/scaladoc/scalacheck')
-rw-r--r--test/scaladoc/scalacheck/CommentFactoryTest.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/scaladoc/scalacheck/CommentFactoryTest.scala b/test/scaladoc/scalacheck/CommentFactoryTest.scala
index 5e3141bdc0..96174d29d1 100644
--- a/test/scaladoc/scalacheck/CommentFactoryTest.scala
+++ b/test/scaladoc/scalacheck/CommentFactoryTest.scala
@@ -3,8 +3,7 @@ import org.scalacheck.Prop._
import scala.tools.nsc.Global
import scala.tools.nsc.doc
-import scala.tools.nsc.doc.model._
-import scala.tools.nsc.doc.model.comment._
+import scala.tools.nsc.doc.base.comment._
import scala.tools.nsc.doc.model._
import scala.tools.nsc.doc.model.diagram._