summaryrefslogtreecommitdiff
path: root/test/files/presentation/memory-leaks
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-02-15 13:07:47 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-02-15 13:07:47 +0400
commitfd68fe6ee974e4408aebe040e1a08a7c62fa872f (patch)
tree209aa0d93fc953edbd89196194c05d5203466893 /test/files/presentation/memory-leaks
parent466fc670a38836dfb81d75f72d46ddcaa12bc3bb (diff)
downloadscala-fd68fe6ee974e4408aebe040e1a08a7c62fa872f.tar.gz
scala-fd68fe6ee974e4408aebe040e1a08a7c62fa872f.tar.bz2
scala-fd68fe6ee974e4408aebe040e1a08a7c62fa872f.zip
SI-7134: don't require doc.Settings in base api of scaladoc.
Diffstat (limited to 'test/files/presentation/memory-leaks')
-rw-r--r--test/files/presentation/memory-leaks/MemoryLeaksTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/memory-leaks/MemoryLeaksTest.scala b/test/files/presentation/memory-leaks/MemoryLeaksTest.scala
index 159097cc10..950569c880 100644
--- a/test/files/presentation/memory-leaks/MemoryLeaksTest.scala
+++ b/test/files/presentation/memory-leaks/MemoryLeaksTest.scala
@@ -25,7 +25,7 @@ import scala.tools.nsc.doc
object Test extends InteractiveTest {
final val mega = 1024 * 1024
- override val settings: doc.Settings = docSettings
+ override val withDocComments = true
override def execute(): Unit = memoryConsumptionTest()