Skip to content

Commit

Permalink
Smoke test is now 84% for Scala and 71% for Dotty compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
susliko committed May 24, 2023
1 parent 4dadee7 commit 36b4696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# This is an integration test to generally check the quality of parsing.

SCALA_SCALA_LIBRARY_EXPECTED=100
SCALA_SCALA_COMPILER_EXPECTED=68
DOTTY_COMPILER_EXPECTED=66
SCALA_SCALA_COMPILER_EXPECTED=84
DOTTY_COMPILER_EXPECTED=71

if [ ! -d "$SCALA_SCALA_DIR" ]; then
echo "\$SCALA_SCALA_DIR must be set"
Expand Down

0 comments on commit 36b4696

Please sign in to comment.