Skip to content

Commit cf5d770

Browse files
committed
Add missing -with-compiler
1 parent 7b32a68 commit cf5d770

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
@@ -9,7 +9,7 @@ source $(dirname $0)/cmdTestsCommon.inc.sh
99
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
1010

1111
echo "testing scala.quoted.Expr.run from sbt dotr"
12-
"$SBT" ";dotty-compiler-bootstrapped/dotc tests/run-staging/quote-run.scala; dotty-compiler-bootstrapped/dotr -with-compiler Test" > "$tmp"
12+
"$SBT" ";dotty-compiler-bootstrapped/dotc -with-compiler tests/run-staging/quote-run.scala; dotty-compiler-bootstrapped/dotr -with-compiler Test" > "$tmp"
1313
grep -qe "val a: scala.Int = 3" "$tmp"
1414

1515

0 commit comments

Comments
 (0)