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 b945c96 commit 5c509dfCopy full SHA for 5c509df
project/scripts/bootstrapCmdTests
@@ -26,7 +26,7 @@ test "$EXPECTED_OUTPUT" = "$(cat "$tmp")"
26
# check that `dotc` and `dotr` works for staging
27
clear_out "$OUT"
28
./bin/dotc tests/run-staging/i4044f.scala -d "$OUT"
29
-./bin/dotr -classpath "$OUT" Test > "$tmp"
+./bin/dotr -with-compiler -classpath "$OUT" Test > "$tmp"
30
./bin/dotd -project Staging -siteroot "$OUT" "tests/run-staging/i4044f.scala"
31
32
# check that `dotc -from-tasty` compiles and `dotr` runs it
0 commit comments