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 614cf22 commit dae1a92Copy full SHA for dae1a92
project/scripts/cmdTests
@@ -12,6 +12,7 @@ EXPECTED_OUTPUT="hello world"
12
# check that benchmarks can run
13
"$SBT" "dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
14
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
15
+"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 -with-compiler $($(find compiler/src/dotty -name *.scala -o -name *.java))"
16
17
OUT=$(mktemp -d)
18
OUT1=$(mktemp -d)
0 commit comments