Skip to content

Commit

Permalink
Fix SBT test
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Aug 30, 2019
1 parent f795432 commit 48de874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> run
> test
$ copy-file src/changes/Hello.scala src/main/scala/hello/Hello.scala
-> compile
# -> compile FIXME: it succeeds, but should not (?)
# it should not compile because the compiler should not be on the compiler classpath when depending on dotty-staging

0 comments on commit 48de874

Please sign in to comment.