Tests: remove LVT tests on old JVM backend
This commit is contained in:
committed by
Space Team
parent
5e330acd28
commit
0c77fa1fa4
+3
-5
@@ -1,5 +1,5 @@
|
||||
// Code generation problem with JVM backend.
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
class A
|
||||
|
||||
@@ -14,9 +14,7 @@ suspend fun box() {
|
||||
A().foo1(42)
|
||||
}
|
||||
|
||||
// The lambda object constructor has a local variables table on the IR backend.
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:14 box: $completion:kotlin.coroutines.Continuation=Generated_Box_MainKt$main$1
|
||||
// test.kt:4 <init>:
|
||||
// test.kt:14 box: $completion:kotlin.coroutines.Continuation=Generated_Box_MainKt$main$1
|
||||
|
||||
Reference in New Issue
Block a user