Skip to content

Commit

Permalink
test -with-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Aug 27, 2018
1 parent 614cf22 commit f247238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/scripts/cmdTests
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EXPECTED_OUTPUT="hello world"
# check that benchmarks can run
"$SBT" "dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"

OUT=$(mktemp -d)
OUT1=$(mktemp -d)
Expand Down

0 comments on commit f247238

Please sign in to comment.