From 48de874e39f1fe83a90321efeaa10f53a683c9b8 Mon Sep 17 00:00:00 2001 From: Anatolii Date: Fri, 30 Aug 2019 16:02:34 +0200 Subject: [PATCH] Fix SBT test --- sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test b/sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test index f77fdde25fe2..ec42d25a874f 100644 --- a/sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test +++ b/sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test @@ -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