File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
source $( dirname $0 ) /cmdTestsCommon.inc.sh
6
6
7
7
# check that benchmarks can run
8
- " $SBT " " scala3-bench/jmh:run -wi 1 -i 1 -- tests/pos/alias.scala"
8
+ " $SBT " " scala3-bench/jmh:run 1 1 tests/pos/alias.scala"
9
9
# The above is here as it relies on the bootstrapped library.
10
- " $SBT " " scala3-bench-bootstrapped/jmh:run -wi 1 -i 1 -- tests/pos/alias.scala"
11
- " $SBT " " scala3-bench-bootstrapped/jmh:run -wi 1 -i 1 -- -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
10
+ " $SBT " " scala3-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
11
+ " $SBT " " scala3-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
12
12
13
13
echo " testing scala.quoted.Expr.run from sbt scala"
14
14
" $SBT " " ;scala3-compiler-bootstrapped/scalac -with-compiler tests/run-staging/quote-run.scala; scala3-compiler-bootstrapped/scala -with-compiler Test" > " $tmp "
You can’t perform that action at this time.
0 commit comments