Remove relative-source-error test

The io library now delegates to swoval for io which generally handles
relative sources correctly (by converting them to absolute paths
internally). This test started failing after the io bump because of
this. It seemed to me that relative sources not working was not a
feature so I just removed the test.
This commit is contained in:
Ethan Atkins 2019-03-22 07:48:50 -07:00
parent 9e32b3bd56
commit ffa69ea5d6
4 changed files with 0 additions and 10 deletions

View File

@ -1 +0,0 @@
scalaSource in Compile := baseDirectory.value / "src"

View File

@ -1 +0,0 @@
scalaSource in Compile := file("src")

View File

@ -1,7 +0,0 @@
$ copy-file changes/relative.sbt build.sbt
> reload
-> compile
$ copy-file changes/absolute.sbt build.sbt
> reload
> compile