IC mangling: Use old mangling scheme in FIR tests
instead of ignoring them. This affects all unsigned tests.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_RUNTIME
|
||||
// KOTLIN_CONFIGURATION_FLAGS: +JVM.USE_OLD_INLINE_CLASSES_MANGLING_SCHEME
|
||||
|
||||
fun box(): String {
|
||||
if ('b' in 'a' until Char.MIN_VALUE) return "Fail in Char.MIN_VALUE"
|
||||
|
||||
Reference in New Issue
Block a user