Remove usages of JVM target 1.6 from compiler tests
#KT-45165
This commit is contained in:
+1
-1
@@ -412,9 +412,9 @@ class ScriptingHostTest : TestCase() {
|
||||
|
||||
@Test
|
||||
fun testJvmTarget() {
|
||||
jvmTargetTestImpl("1.6", 50)
|
||||
jvmTargetTestImpl("1.8", 52)
|
||||
jvmTargetTestImpl("9", 53)
|
||||
jvmTargetTestImpl("17", 61)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user