fix a compile test

This commit is contained in:
Mark Harrah 2010-05-13 18:32:49 -04:00
parent 5826dbf2a0
commit 7be7cc34d5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ object CompileTest extends Specification
private def testClasspath(scalaVersion: String) =
WithCompiler.launcher { (launch, log) =>
def compiler(autoBoot: Boolean, compilerOnClasspath: Boolean): RawCompiler =
new RawCompiler(ScalaInstance(scalaVersion, launch), autoBoot, compilerOnClasspath, log)
new RawCompiler(ScalaInstance(scalaVersion, launch), new ClasspathOptions(autoBoot, compilerOnClasspath, true), log)
val callback = new xsbti.TestCallback(Array(), Array())