Tests: unmute light analysis tests passing with JVM_IR
This commit is contained in:
-1
@@ -1,5 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
// WITH_STDLIB
|
||||
// LAMBDAS: CLASS
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
|
||||
// JVM_TARGET: 1.8
|
||||
// ^ This test causes SIGSEGV on JDK 1.6 with old back-end.
|
||||
@@ -16,4 +15,4 @@ fun box(): String {
|
||||
if (test2 != 3) throw Exception("with(ints, IntArray::size) != 3: $test2")
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
|
||||
// JVM_IR it this case has an approximated type 'KFun<out Any>', which has a projected top-level argument.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user