Mute tests involving Char.{MIN,MAX}_VALUE, analogously to other primitive types

This commit is contained in:
Georgy Bronnikov
2018-08-31 15:43:28 +03:00
parent 8a871b3f0c
commit 2fccf6875f
5 changed files with 5 additions and 0 deletions
@@ -1,4 +1,5 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR
const val M = Char.MIN_VALUE
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
const val M = Char.MIN_VALUE
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JVM_IR
const val M = Char.MAX_VALUE
fun box(): String {
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
const val M = Char.MAX_VALUE