Enable JVM IR by default if language version is >= 1.5

#KT-44021 Fixed
This commit is contained in:
Alexander Udalov
2020-12-30 21:57:45 +01:00
parent 22d0e5eb65
commit cb3191769d
10 changed files with 45 additions and 1 deletions
@@ -541,6 +541,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/jvmDefaultAll.args");
}
@TestMetadata("jvmIrByDefault1_4.args")
public void testJvmIrByDefault1_4() throws Exception {
runTest("compiler/testData/cli/jvm/jvmIrByDefault1_4.args");
}
@TestMetadata("jvmIrByDefault1_5.args")
public void testJvmIrByDefault1_5() throws Exception {
runTest("compiler/testData/cli/jvm/jvmIrByDefault1_5.args");
}
@TestMetadata("jvmRecordOk.args")
public void testJvmRecordOk() throws Exception {
runTest("compiler/testData/cli/jvm/jvmRecordOk.args");