Remove pointless test

I never actually implemented this test so it wasn't really testing
anything.
This commit is contained in:
Ethan Atkins 2019-04-18 09:19:02 -07:00
parent 2deac62b00
commit 51efa7bcc9
6 changed files with 0 additions and 16 deletions

View File

@ -1,3 +0,0 @@
lazy val root = (project in file(".")).aggregate(parent, child)
lazy val parent = project
lazy val child = project.enablePlugins(JmhPlugin).dependsOn(parent)

View File

@ -1 +0,0 @@
class Foo

View File

@ -1 +0,0 @@
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4")

View File

@ -1,9 +0,0 @@
> watchTransitiveSources
-> compile
$ copy-file changes/Foo.scala parent/src/main/scala/Foo.scala
> watchTransitiveSources
> compile