scala.tools.partest.nest.NestRunner.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-partest Show documentation
Show all versions of scala-partest Show documentation
testing framework for the Scala compiler.
/* NEST (New Scala Test)
* Copyright 2007-2013 LAMP/EPFL
* @author Philipp Haller
*/
// $Id$
package scala.tools.partest
package nest
object NestRunner {
def main(args: Array[String]) {
new ReflectiveRunner main (args mkString " ")
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy