[Test] Support some jvm codegen specific configuration directives
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user