JVM: remove tests on JVM target 1.6
This commit is contained in:
committed by
Space Team
parent
b713dfd7ea
commit
e4e1bcefbd
@@ -1,6 +0,0 @@
|
||||
$TESTDATA_DIR$/jvmDefaultAll.kt
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
-jvm-target
|
||||
1.6
|
||||
-Xjvm-default=all
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
interface Foo {
|
||||
fun test() {}
|
||||
}
|
||||
-3
@@ -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
|
||||
Reference in New Issue
Block a user