We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f41cea commit 923d591Copy full SHA for 923d591
project/scripts/cmdTests
@@ -39,7 +39,7 @@ grep -qe "def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" "$tm
39
40
echo "testing sbt dotc with suspension"
41
clear_out "$OUT"
42
-"$SBT" "dotc -d $OUT tests/pos-macros/macros-in-same-project-1/Bar.scala tests/pos-macros/macros-in-same-project-1/Foo.scala" > "$tmp"
+"$SBT" "dotty-compiler-bootstrapped/dotc -d $OUT tests/pos-macros/macros-in-same-project-1/Bar.scala tests/pos-macros/macros-in-same-project-1/Foo.scala" > "$tmp"
43
44
# check that missing source file does not crash message rendering
45
echo "testing that missing source file does not crash message rendering"
0 commit comments