Skip to content

Commit

Permalink
Add checkFail for -target:jvm-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Apr 13, 2022
1 parent 5acfdd8 commit b8bfb0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/junit/scala/tools/nsc/settings/TargetTest.scala
Expand Up @@ -72,6 +72,7 @@ class TargetTest {
check("-target:19", "19")

checkFail("-target:jvm-6") // no longer
checkFail("-target:jvm-7") // no longer
checkFail("-target:jvm-20") // not yet...
checkFail("-target:jvm-3000") // not in our lifetime
checkFail("-target:msil") // really?
Expand Down

0 comments on commit b8bfb0d

Please sign in to comment.