Update compiler class filter for 2.8.0.RC1.

This commit is contained in:
Mark Harrah 2010-04-24 22:44:14 -04:00
parent 3b71e6e8fb
commit 5ee7575206
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ object TestFramework
case _ => error("Could not call 'tests' on framework " + framework)
}
private val ScalaCompilerJarPackages = "scala.tools.nsc." :: "jline." :: "ch.epfl.lamp." :: Nil
private val ScalaCompilerJarPackages = "scala.tools." :: "jline." :: "ch.epfl.lamp." :: Nil
private val TestStartName = "test-start"
private val TestFinishName = "test-finish"