diff --git a/sbt/src/sbt-test/source-dependencies/cross-source/src/main/scala-2.9.3/B.scala b/sbt/src/sbt-test/source-dependencies/cross-source/src/main/scala-2.9.3/B.scala deleted file mode 100644 index b1d5f8d3a..000000000 --- a/sbt/src/sbt-test/source-dependencies/cross-source/src/main/scala-2.9.3/B.scala +++ /dev/null @@ -1,3 +0,0 @@ -object B { - def show(what: String): String = "String interpolation is " + what.toUpperCase -} diff --git a/sbt/src/sbt-test/source-dependencies/cross-source/test b/sbt/src/sbt-test/source-dependencies/cross-source/test index d7964677f..a0fa20837 100644 --- a/sbt/src/sbt-test/source-dependencies/cross-source/test +++ b/sbt/src/sbt-test/source-dependencies/cross-source/test @@ -5,12 +5,3 @@ # A.scala needs B.scala, it would be in source list > ++2.10.4 > compile - -# A.scala needs B.scala, it would be in source list -> ++2.9.3 -> compile - -# Injecting the wrong B.scala in source list -$ copy-file src/main/scala-2.10/B.scala src/main/scala-2.9.3/B.scala -> ++2.9.3 --> compile