aboutsummaryrefslogtreecommitdiff
path: root/test/test/showClass.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-04-10 10:01:30 +0200
committerMartin Odersky <odersky@gmail.com>2013-04-10 10:01:44 +0200
commitc9e3ea57a5ea802b7fb0772fb73da10f5fe59f3e (patch)
treec0ba5068f4cf23d9da339fd17998045d75373a53 /test/test/showClass.scala
parent7a6bb3ccba3217bc15e3a1c038a1cce4dbd942e3 (diff)
downloaddotty-c9e3ea57a5ea802b7fb0772fb73da10f5fe59f3e.tar.gz
dotty-c9e3ea57a5ea802b7fb0772fb73da10f5fe59f3e.tar.bz2
dotty-c9e3ea57a5ea802b7fb0772fb73da10f5fe59f3e.zip
Avoids exponential amount of testing for nested packages
Previously, each package nesting level doubled the amount of tests, because of the where doTwice was placed.
Diffstat (limited to 'test/test/showClass.scala')
-rw-r--r--test/test/showClass.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/showClass.scala b/test/test/showClass.scala
index d38432e21..c10423b09 100644
--- a/test/test/showClass.scala
+++ b/test/test/showClass.scala
@@ -6,7 +6,7 @@ object showClass extends ShowClassTests {
def main(args: Array[String]) = {
for (arg <- args) showPackage(ctx.requiredPackage(arg))
- showClasses("scala.collection.immutable.List")
+// showClasses("scala.tools.reflect.Eval")
// showPackage("scala.reflect")
// showPackage("scala.collection")