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 7b32a68 commit cf5d770Copy full SHA for cf5d770
project/scripts/bootstrapCmdTests
@@ -9,7 +9,7 @@ source $(dirname $0)/cmdTestsCommon.inc.sh
9
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
10
11
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"
+"$SBT" ";dotty-compiler-bootstrapped/dotc -with-compiler tests/run-staging/quote-run.scala; dotty-compiler-bootstrapped/dotr -with-compiler Test" > "$tmp"
13
grep -qe "val a: scala.Int = 3" "$tmp"
14
15
0 commit comments