Skip to content

Commit 923d591

Browse files
committed
Fix cmdTest
Always use bootstrapped compiler for macro operations
1 parent 0f41cea commit 923d591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/cmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ grep -qe "def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" "$tm
3939

4040
echo "testing sbt dotc with suspension"
4141
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"
42+
"$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"
4343

4444
# check that missing source file does not crash message rendering
4545
echo "testing that missing source file does not crash message rendering"

0 commit comments

Comments
 (0)