mirror of https://github.com/sbt/sbt.git
Update compiler class filter for 2.8.0.RC1.
This commit is contained in:
parent
3b71e6e8fb
commit
5ee7575206
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue