File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ charts:
2626
2727scripts :
2828 dotty :
29- - measure -- -with-compiler $ $ (find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
29+ - measure -- -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
3030
3131 re2s :
3232 - measure -- $(find $PROG_HOME/tests/re2s/src -name *.scala)
Original file line number Diff line number Diff line change 99
1010scripts :
1111 dotty-sbt :
12- - measure -- -with-compiler $ -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
12+ - measure -- -with-compiler -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
1313
1414config :
1515 pr_base_url : " https://github.com/lampepfl/dotty/pull/"
You can’t perform that action at this time.
0 commit comments