Support -Xjdk-release=8 as alias for -Xjdk-release=1.8
#KT-53278 Fixed
This commit is contained in:
@@ -607,6 +607,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/jdkRelease.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jdkRelease8.args")
|
||||
public void testJdkRelease8() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jdkRelease8.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jspecifyByLv15.args")
|
||||
public void testJspecifyByLv15() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jspecifyByLv15.args");
|
||||
|
||||
Reference in New Issue
Block a user