From 51efa7bcc9b9f83e77782d7ad0de229720278f8a Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Thu, 18 Apr 2019 09:19:02 -0700 Subject: [PATCH] Remove pointless test I never actually implemented this test so it wasn't really testing anything. --- sbt/src/sbt-test/watch/watch-sources/build.sbt | 3 --- sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala | 1 - .../watch/watch-sources/child/src/main/scala/Bar.scala | 1 - .../watch/watch-sources/parent/src/main/scala/Foo.scala | 1 - sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt | 1 - sbt/src/sbt-test/watch/watch-sources/test | 9 --------- 6 files changed, 16 deletions(-) delete mode 100644 sbt/src/sbt-test/watch/watch-sources/build.sbt delete mode 100644 sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala delete mode 100644 sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala delete mode 100644 sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala delete mode 100644 sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt delete mode 100644 sbt/src/sbt-test/watch/watch-sources/test diff --git a/sbt/src/sbt-test/watch/watch-sources/build.sbt b/sbt/src/sbt-test/watch/watch-sources/build.sbt deleted file mode 100644 index 16a193e6f..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/build.sbt +++ /dev/null @@ -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) diff --git a/sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala b/sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala deleted file mode 100644 index c389887ee..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala +++ /dev/null @@ -1 +0,0 @@ -class Foo diff --git a/sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala b/sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala deleted file mode 100644 index f6673f853..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala +++ /dev/null @@ -1 +0,0 @@ -class Bar diff --git a/sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala b/sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala deleted file mode 100644 index 970bfef8a..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala +++ /dev/null @@ -1 +0,0 @@ -class Foo { diff --git a/sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt b/sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt deleted file mode 100644 index a12e17f90..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4") diff --git a/sbt/src/sbt-test/watch/watch-sources/test b/sbt/src/sbt-test/watch/watch-sources/test deleted file mode 100644 index 50a9e2b19..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/test +++ /dev/null @@ -1,9 +0,0 @@ -> watchTransitiveSources - --> compile - -$ copy-file changes/Foo.scala parent/src/main/scala/Foo.scala - -> watchTransitiveSources - -> compile