Skip to content

Commit

Permalink
Fix source-dependencies/relative-source-error to use explicit reloads…
Browse files Browse the repository at this point in the history
…. Ref #923.

Conflicts:
	sbt/src/sbt-test/source-dependencies/relative-source-error/test
  • Loading branch information
harrah authored and eed3si9n committed Mar 21, 2014
1 parent b638a3f commit beddc73
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
$ copy-file changes/relative.sbt build.sbt
<<<<<<< HEAD
> reload
-> compile

$ copy-file changes/absolute.sbt build.sbt
> reload
=======
-> compile
$ copy-file changes/absolute.sbt build.sbt
>>>>>>> 2f683ef... Generate an error when the incremental compiler is given relative source files. Fixes #923.
> compile
> compile

0 comments on commit beddc73

Please sign in to comment.