[TD] Update testdata according to previous commit

This commit is contained in:
Dmitriy Novozhilov
2021-01-27 12:22:36 +03:00
parent 3a0eee64b8
commit 64a300bfcd
453 changed files with 736 additions and 777 deletions
@@ -1,6 +1,6 @@
// FULL_JDK
// TARGET_BACKEND: JVM
// FILE: 1.kt
// FULL_JDK
package test
@@ -1,7 +1,7 @@
// FULL_JDK
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// FILE: 1.kt
// FULL_JDK
package test
import java.util.concurrent.Executors
@@ -1,7 +1,7 @@
// FULL_JDK
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// FILE: 1.kt
// FULL_JDK
package test
import java.util.concurrent.Executors
@@ -1,7 +1,7 @@
// FULL_JDK
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// FILE: 1.kt
// FULL_JDK
package test
import java.util.concurrent.Executors
@@ -1,6 +1,6 @@
// FULL_JDK
// TARGET_BACKEND: JVM
// FILE: 1.kt
// FULL_JDK
package test
@@ -24,4 +24,3 @@ fun box() : String {
}
}
}
@@ -1,7 +1,8 @@
// FULL_JDK
// NO_CHECK_LAMBDA_INLINING
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// FILE: 1.kt
// FULL_JDK
package test
@@ -11,7 +12,6 @@ inline fun doWork(job: ()-> Unit) {
// FILE: 2.kt
//NO_CHECK_LAMBDA_INLINING
import test.*
import java.util.concurrent.Executors