Skip to content

Commit f247238

Browse files
committed
test -with-compiler
1 parent 614cf22 commit f247238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/scripts/cmdTests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EXPECTED_OUTPUT="hello world"
1212
# check that benchmarks can run
1313
"$SBT" "dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
1414
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
15+
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
1516

1617
OUT=$(mktemp -d)
1718
OUT1=$(mktemp -d)

0 commit comments

Comments
 (0)