Skip to content

Commit 5c509df

Browse files
committed
Run staging test with -with-compiler
1 parent b945c96 commit 5c509df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/bootstrapCmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test "$EXPECTED_OUTPUT" = "$(cat "$tmp")"
2626
# check that `dotc` and `dotr` works for staging
2727
clear_out "$OUT"
2828
./bin/dotc tests/run-staging/i4044f.scala -d "$OUT"
29-
./bin/dotr -classpath "$OUT" Test > "$tmp"
29+
./bin/dotr -with-compiler -classpath "$OUT" Test > "$tmp"
3030
./bin/dotd -project Staging -siteroot "$OUT" "tests/run-staging/i4044f.scala"
3131

3232
# check that `dotc -from-tasty` compiles and `dotr` runs it

0 commit comments

Comments
 (0)