[Test] Support some jvm codegen specific configuration directives

This commit is contained in:
Dmitriy Novozhilov
2021-01-22 14:34:24 +03:00
parent 7d4adaba21
commit 5c0cfa87ba
31 changed files with 73 additions and 41 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// IGNORE_BACKEND: JS
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=always-enable
// ASSERTIONS_MODE: always-enable
// WITH_RUNTIME
fun checkTrue(): Boolean {
@@ -49,4 +49,4 @@ fun box(): String {
}
return "OK"
}
}