Remove project/build-loaders test

This commit is contained in:
Eugene Yokota 2016-03-28 14:09:53 -04:00
parent 4d86a4b3f8
commit e92324ead8
2 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
import sbt._
import Keys._
import Import._
object EmptyLoaderBuild extends Build {
override def buildLoaders = BuildLoader.transform(_.unit) :: Nil
lazy val root = (
project in file(".")
settings(
name := "foo"
)
)
}

View File

@ -1,2 +0,0 @@
# Just making sure the build compiles is enough of a test.
> name