Skip to content

Commit

Permalink
Fix ScalaProviderTest to work with new CrossValue type
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Jan 29, 2013
1 parent 6c5cafb commit 437c805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/src/test/scala/ScalaProviderTest.scala
Expand Up @@ -63,7 +63,7 @@ object ScalaProviderTest extends Specification
object LaunchTest
{
def testApp(main: String): Application = testApp(main, Array[File]())
def testApp(main: String, extra: Array[File]): Application = Application("org.scala-sbt", "launch-test", new Explicit(AppVersion), main, Nil, false, extra)
def testApp(main: String, extra: Array[File]): Application = Application("org.scala-sbt", "launch-test", new Explicit(AppVersion), main, Nil, CrossValue.Disabled, extra)
import Predefined._
def testRepositories = List(Local, ScalaToolsReleases, ScalaToolsSnapshots).map(Repository.Predefined(_))
def withLauncher[T](f: xsbti.Launcher => T): T =
Expand Down

0 comments on commit 437c805

Please sign in to comment.