JVM: remove tests on JVM target 1.6

This commit is contained in:
Alexander Udalov
2023-05-12 10:12:26 +02:00
committed by Space Team
parent b713dfd7ea
commit e4e1bcefbd
39 changed files with 29 additions and 859 deletions
-6
View File
@@ -1,6 +0,0 @@
$TESTDATA_DIR$/jvmDefaultAll.kt
-d
$TEMP_DIR$
-jvm-target
1.6
-Xjvm-default=all
-3
View File
@@ -1,3 +0,0 @@
interface Foo {
fun test() {}
}
-3
View File
@@ -1,3 +0,0 @@
error: JVM target 1.6 is no longer supported. Please migrate to JVM target 1.8 or above
error: '-Xjvm-default=all' is only supported since JVM target 1.8. Recompile with '-jvm-target 1.8'
COMPILATION_ERROR