Specify JVM target backend for test with '::class.java' usage

This commit is contained in:
Mikhael Bogdanov
2018-12-20 13:10:06 +01:00
parent a2e4553040
commit 1217d3591b
207 changed files with 215 additions and 531 deletions
@@ -1,9 +1,9 @@
// IGNORE_BACKEND: NATIVE
// FILE: inline.kt
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
// WITH_RUNTIME
// FULL_JDK
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
inline fun inlineMe() {
assert(false) { "FROM INLINED" }
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: NATIVE
// TARGET_BACKEND: JVM
// FILE: inline.kt
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
// WITH_RUNTIME
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: NATIVE
// TARGET_BACKEND: JVM
// FILE: inline.kt
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
// WITH_RUNTIME