Skip to content

Commit d0eb8de

Browse files
committed
Revert "Update scala3-bench calls in bootstrapCmdTests"
This reverts commit 30d600c.
1 parent 9de3647 commit d0eb8de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/scripts/bootstrapCmdTests

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ set -e
55
source $(dirname $0)/cmdTestsCommon.inc.sh
66

77
# 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"
99
# 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"
1212

1313
echo "testing scala.quoted.Expr.run from sbt scala"
1414
"$SBT" ";scala3-compiler-bootstrapped/scalac -with-compiler tests/run-staging/quote-run.scala; scala3-compiler-bootstrapped/scala -with-compiler Test" > "$tmp"

0 commit comments

Comments
 (0)