[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
@@ -4,7 +4,7 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// IGNORE_BACKEND: JS
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=always-disable
// ASSERTIONS_MODE: always-disable
// WITH_RUNTIME
fun checkTrue(): Boolean {
@@ -42,4 +42,4 @@ fun box(): String {
if (checkFalseWithMessage()) return "FAIL 3"
return "OK"
}
}